Click or drag to resize
ParaPlan Logo

TripServiceUpdateExtraRiders Method

Updates the number of extra riders on a trip

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public UpdateExtraRiderResponse UpdateExtraRiders(
	string token,
	string device,
	string tripId,
	string pca,
	string additionalRiders
)

Parameters

token
Type: SystemString
device
Type: SystemString
Device name used when logging into API
tripId
Type: SystemString
pca
Type: SystemString
additionalRiders
Type: SystemString

Return Value

Type: UpdateExtraRiderResponse

[Missing <returns> documentation for "M:ParaPlanREST.TripService.UpdateExtraRiders(System.String,System.String,System.String,System.String,System.String)"]

See Also