Price Adjustments
Allows you to adjust the retail rate of a booking
To use this capability add octo/adjustments
to your Octo-Capabilities
header.
This capability can be used to adjust the retail rate of a booking. Please note that the adjustment amount can be positive (if you'd like to increase the price) or negative (if you'd like to decrease the price).
The adjustment will be deducted or added to your commission on the booking. As such you will not be able to adjust a booking down below the amount of commission (commission = retail - net).
Booking Reservation
POST
https://api.ventrata.com/octo/bookings
Adding adjustments to the booking request
Request Body
Name | Type | Description |
---|---|---|
adjustments | array | The adjustments to add to the booking |
The only addition to the booking object in the request is the adjustments
array which looks like this:
Note the field is an array meaning you could add multiple adjustments to the same booking.
Field | Description |
| What the adjustment is being applied to, possible values are: |
| The amount of the adjustment (positive for increase, negative for discount) this is given as a currency subunit in the same currency as the booking. |
| The quantity of the adjustment. Useful if you wanted to multiple the adjustment value more than once. |
| Any notes to use to explain what this adjustment was for. |
Last updated