| TripServiceAddBulkAction Method |
Populate me
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AddBulkAction(
string token,
string device,
string actionType,
string tripIds,
string value,
string userId,
string timestamp,
string lat,
string lng
)
public:
String^ AddBulkAction(
String^ token,
String^ device,
String^ actionType,
String^ tripIds,
String^ value,
String^ userId,
String^ timestamp,
String^ lat,
String^ lng
)
function AddBulkAction(token, device, actionType, tripIds, value, userId, timestamp, lat, lng);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - actionType
- Type: SystemString
- tripIds
- Type: SystemString
- value
- Type: SystemString
- userId
- Type: SystemString
- timestamp
- Type: SystemString
- lat
- Type: SystemString
- lng
- Type: SystemString
Return Value
Type:
String[Missing <returns> documentation for "M:ParaPlanREST.TripService.AddBulkAction(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]
See Also