| TripServiceAddAction Method |
[Deprecated]
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AddAction(
string token,
string device,
string actionType,
string tripId,
string value,
string userId,
string timestamp,
string lat,
string lng
)
public:
String^ AddAction(
String^ token,
String^ device,
String^ actionType,
String^ tripId,
String^ value,
String^ userId,
String^ timestamp,
String^ lat,
String^ lng
)
function AddAction(token, device, actionType, tripId, value, userId, timestamp, lat, lng);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - actionType
- Type: SystemString
- tripId
- 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.AddAction(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]
See Also