Click or drag to resize
ParaPlan Logo

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
)

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: ApproveTripRequestResponse
Object that has updated trip request and stops.
See Also