| TripServiceApproveTripRequest Method |
Approve a trip request
POST restURL/ApproveTripRequest?Token={token}&Device={device}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ApproveTripRequestResponse ApproveTripRequest(
TripRequest request,
string token,
string device
)
public:
ApproveTripRequestResponse^ ApproveTripRequest(
TripRequest^ request,
String^ token,
String^ device
)
function ApproveTripRequest(request, token, device);
Parameters
- request
- Type: ParaPlan.EntitiesTripRequest
A of TripRequest to be approved - token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API
Return Value
Type:
ApproveTripRequestResponseObject that has updated trip request and stops.
See Also