Skip to main content
POST
Update status by Transaction ID
Accepts the same payload as Update Status by Reservation #, keyed by Transaction ID instead. See Status Codes for the full list of valid status values.

Authorizations

token
string
header
required

Security token obtained from getToken2.

Path Parameters

TRANSACTIONID
string
required

Transaction ID for the trip.

version
enum<string>
required

API version. Must be set to V1.

Available options:
V1

Body

application/json

Status update pushed by the provider system. Include chauffeur, vehicle, fees, and total when they change.

status
string
required

New status code. See the Status Codes reference.

Example:

"EN_ROUTE"

griddID
string
required

GRiDD ID of the provider.

Example:

"4starlimo"

resNo
string

Provider reservation #.

Example:

"756333"

requesterResNo
string

Requester reservation #.

Example:

"12343"

transactionId
string
Example:

"c1df1d28-0608-4df7-b268-cc68ba175ed6"

totalAmount
string
Example:

"124.75"

providerNote
string

Free-form notes from the provider on this trip.

LocalTimestamp
string
Example:

"2016-04-13T19:15:00"

UTCtimestamp
string
Example:

"2016-04-14T04:15:00"

chauffeur
object
vehicle
object
fees
object[]

Response

Update accepted

The response is of type string.