Push Rates and Business Days
POST/gds/vendor/properties/:vendor_property_id/ari
- Sets rates and business days.
- Each item requires
is_business_daytogether with eithernet_priceorsale_price. - Every channel under
channelsmust repeatis_business_dayand exactly the rate fields sent on the item. Omitting one, or adding a rate field the item does not carry, returns 400. - Rate and business-day settings for channels absent from
channelsare deleted within the from-to range. Omitting the field or sending an empty array deletes the settings for all channels. - use_from, use_to, and use_time may be sent only on day-use (dayuse) items, and use_time is expressed in minutes.
- Availability is sent separately through the availability API (
POST /gds/vendor/properties/{vendor_property_id}/ari/avails).
Request
Responsesapplication/json
- 200
- 400
- 401
- 403
- 404
Settings result
Bad Request
Unauthorized
Forbidden
Not Found