Name | Description | Type | Additional information |
---|---|---|---|
CurrencyCode |
Currency code (USD/EUR/ILS/...) |
string |
Required |
UniqueClientId |
the client id in the back office like PRVT |
string |
Required |
SupplierBackOfficeID |
The supplier id in the back office |
string |
Required |
IsPrivate |
if the user is a private user |
boolean |
Required |
ClientPrice |
The amount paid by the client |
decimal number |
Required |
SupplierPrice |
The amount to the supplier |
decimal number |
Required |
PricesIncludingVAT |
Indicates if the prices includes VAT or not. |
boolean |
Required |
OrderId |
The unique order ID in the requested reservation system(GTP/UBUS/...) The extra field for the digest |
string |
Required |
Routes |
a collection of routes in the reservation |
Collection of Route |
Required |
UserClockId |
The user identifer in the back office |
integer |
Required |
OrdererPaxId |
The ID of the pax that create the reservation. The pax must be in the back office |
string |
Required |
UserName |
The provided user name. |
string |
Required |
Salt |
A random number(at least 9 digits) |
integer |
Required |
Digest |
A digest of the user credentials and the request |
string |
Required |