POST api/edi/updatetrip

Update the trip

Request Information

URI Parameters

None.

Body Parameters

UpdateTripRequest
NameDescriptionTypeAdditional information
TrackerID

string

None.

TripName

string

None.

CustomerIDTracker

integer

None.

CustomerID

integer

None.

RestApiKey

string

None.

TripAction

LTTripAction

None.

Request Validation Notes

None.

Request Formats

application/json

Sample: { "TrackerID": "sample string 1", "TripName": "sample string 2", "CustomerIDTracker": 1, "CustomerID": 1, "RestApiKey": "sample string 3", "TripAction": 0 }

Response Information

Resource Description

UpdateTripResponse
NameDescriptionTypeAdditional information
TripName

string

None.

ErrorCode

integer

None.

ErrorDescription

string

None.

Memo

string

None.

error

integer

None.

errorDescription

string

None.

Response Formats

application/json

Sample: { "TripName": "sample string 1", "ErrorCode": 1, "ErrorDescription": "sample string 2", "Memo": "sample string 4" }