Skip to main content
POST
/
v1
/
public
/
trips
/
{envelopeId}
/
price
Price a trip (public)
curl --request POST \
  --url https://{operatorDomain}/v1/public/trips/{envelopeId}/price
{
  "data": {
    "currency": "EUR",
    "total": 532000
  }
}

Path Parameters

envelopeId
string
required

Response

200 - application/json

Pricing result

data
object