Update/Modify accommodation on a booking by accommodation ID
PATCH /[context]/[contextId]/Accommodation/[id]
Context in Request URI should be 'bookings'
ContextId in Request URI should be Booking ID
ID of the accommodation
URIs of customers to book on the accommodation that has already been added to booking Existing customers on the accommodation will not be affected – this only books new customers on the accommodation
URI of the resource
{
"customers": [
{
"href": "/bookings/5057124/customers/4945397"
},
{
"href": "/bookings/5057124/customers/4945397"
}
]
}