Click or drag to resize
ParaPlan Logo

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
)

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