Skip to main content
POST
/
v1
/
public
/
charters
/
voyages
/
{key}
/
quote
/
whole-yacht
Quote whole-yacht
curl --request POST \
  --url https://{operatorDomain}/v1/public/charters/voyages/{key}/quote/whole-yacht \
  --header 'Content-Type: application/json' \
  --data '
{
  "currency": "EUR"
}
'
{
  "total": 123,
  "currency": "EUR"
}

Path Parameters

key
string
required

Body

application/json
currency
string
Example:

"EUR"

Response

200 - application/json

Quote

total
integer

Minor units

currency
string
Example:

"EUR"