save collection of group block masters
In success case, Http Code 202 will be returned
Parameters
Header Parameters
Request Body required
GroupBlockMasters to save
object
Client code
Property code
Unique id associated with this object
Group block code
Action associated with group block
Name of group block
Description of group block
Master group code
Group status code
Market segment code
Start date
End date
Group type code
Booking date
Last modified date and time
Pickup type code
Cancel date
Sales person
Cutoff days
Cutoff date
Rate code
object
Occupancy date
Room type code
Number of blocks
Rooms picked up from the block
Original/initial rooms blocked
Single person rate
Two person rate
Three person rate
Four person rate
Single person occupancy
Two person occupancy
Three person occupancy
Four person occupancy
Currency code
Extra adult rate
Extra child rate
Single person total rate
Two person total rate
Three person total rate
Four person total rate
Net room revenue
Total room revenue
object
Service name
Service value
Inclusive
Start date
End date
Examples
[ { "clientCode": "TESTCLIENT", "propertyCode": "TESTHOTELCODE", "correlationId": "393265062", "lastModifiedDateTime": "2024-07-14T12:55:20.311Z", "groupCode": "TEST2024", "masterGroupCode": null, "name": "TEST-19-21.07.2024", "description": "TEST-19-21.07.2024", "bookingDate": "2023-12-10", "groupStatusCode": "DEFINITE", "startDate": "2024-07-19", "endDate": "2024-07-21", "cutoffDays": 0, "cutoffDate": null, "groupTypeCode": "GROUP", "pickupTypeCode": "INDV", "marketSegmentCode": "CT", "rateCode": "TEST-19-21", "salesPerson": "BRJ", "groupBlocks": [ { "occupancyDate": "2024-07-19", "roomTypeCode": "TWC", "blocks": 15, "pickup": 0, "originalBlocks": 20, "singlePersonRate": 226.47, "twoPersonRate": 233.81, "singlePersonTotalRate": 252.47, "twoPersonTotalRate": 266.81, "singlePersonOccupancy": 1, "twoPersonOccupancy": 14, "currencyCode": "EUR" }, { "occupancyDate": "2024-07-20", "roomTypeCode": "TWC", "blocks": 15, "pickup": 0, "originalBlocks": 20, "singlePersonRate": 226.47, "twoPersonRate": 233.81, "singlePersonTotalRate": 252.47, "twoPersonTotalRate": 266.81, "singlePersonOccupancy": 1, "twoPersonOccupancy": 14, "currencyCode": "EUR" } ], "services": [ { "serviceName": "LTIN_BRI5", "startDate": "2024-07-19", "endDate": "2024-07-21", "serviceValue": 99, "inclusive": true }, { "serviceName": "BRI5", "startDate": "2024-07-19", "endDate": "2024-07-21", "serviceValue": 26, "inclusive": false }, { "serviceName": "BRICORR5", "startDate": "2024-07-19", "endDate": "2024-07-21", "serviceValue": -26, "inclusive": false } ] }]
Responses
202
Group Block Masters accepted
UUID of request
400
Bad request
object
HTTP status message
Fully qualified exception type
Exception / error message
HTTP status code for the error
Date and time the error occurred
500
Internal server error
object
HTTP status message
Fully qualified exception type
Exception / error message
HTTP status code for the error
Date and time the error occurred