Availability blocks
Process availability block
[async
] This operation is used by Mews to push availability blocks to the Channel Manager. It is also used to push availability block modifications and cancellations.
Request
[ChannelManagerApiAddress]/processAvailabilityBlock
Availability block
Dates
Dates: Interval for e.g. 1 night for 2021-12-24/25 is represented as
"start": "2021-12-24", "end": "2021-12-24"
.
Space category allocation
Dates: Interval for e.g. 1 night for 2021-12-24/25 is represented as
"start": "2021-12-24", "end": "2021-12-24"
.
Space count
Dates: Interval for e.g. 1 night for 2021-12-24/25 is represented as
"start": "2021-12-24", "end": "2021-12-24"
.
Rate
Dates: Interval for 1 night (e.g. is represented 2021-12-24/25 is represented as
"start": "2021-12-24", "end": "2021-12-24"
).
Status
Create
Update
Cancel
PickupType
AllInOneGroup
IndividualGroups
Response
Synchronous simple response is expected to determine whether the update was accepted or not.
Async availability block confirmation is expected to determine whether the update was processed afterwards or not.
Last updated