Order Details Update

This endpoint will be called when Gett order is being updated - for example rider changes the destination. This request should return 201 in case order created successfully. 400 if request with given parameters cannot be satisfied. There is a chance this request will be sent several times with same order ID. In this case the fleet server is required to return 201. This can happen if there is a network disconnect and Gett server performs retry. If 500 returned, Gett server will perform retry.

Log in to see full request history
Body Params

All order information

string
string

Optional. Provided only if Fleet previously responded to Request Quotes. request.

string

Gett order ID for reference

date-time

The timestamp of arrival to pickup

string
string
string

Phone number can be masked

boolean

Requires coordination with Gett. Can be sent to flag whether a passenger is agreed to be treated as VIP. If true, then VIP.

string
string

Level and type of service requested by client. One or many. Upon agreement with supplier.

double

Amount in major units like pounds, rubles, shekels of dollars. For example, two pounds and thirty five penny is 2.35.

string

ISO 4217 code of the currency: GBP, ILS, USD, EUR.

object | null

Optional. Information in IATA format about passenger's flight.

origin
object
destination
object
stop_points_info
object
preferences
object

Optional. Custom preferences for an order. Being defined by a client or Gett platform.

Responses
201

Empty response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
text/plain