POST api/edi/updatetrip
Update the trip
Request Information
URI Parameters
None.
Body Parameters
UpdateTripRequestName | Description | Type | Additional 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
UpdateTripResponseName | Description | Type | Additional 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"
}