Companies
Store tier levels with labels
This endpoint store the tiers with respective label for a company.
put/v2/companies/{companyId}/preference-tiers
Request body
Example request
{
"preferenceTiersPerBookingType": [
{
"bookingType": "AIR"
}
]
}Response
OK