Skip to main content
POST
/
v1
/
public
/
departures
/
{departureId}
/
price
Preview departure price
curl --request POST \
  --url https://{operatorDomain}/v1/public/departures/{departureId}/price \
  --header 'Content-Type: application/json' \
  --data '
{
  "pax": [
    {}
  ],
  "rooms": [
    {}
  ],
  "extras": [
    {}
  ],
  "offers": [
    "<string>"
  ],
  "locale": "<string>",
  "market": "<string>"
}
'
{
  "total": 123,
  "currency": "EUR",
  "lines": [
    {}
  ]
}

Path Parameters

departureId
string
required

Body

application/json
pax
object[]
rooms
object[]
extras
object[]
offers
string[]
locale
string | null
market
string | null

Response

200 - application/json

Price preview

total
integer

Minor units

currency
string
Example:

"EUR"

lines
object[]