Update/Modify additional service by ID
PATCH /AdditionalServices/[id]
ID of the additional service
URIs of customers to book on the additional service that has already been added to booking Existing customers on the additional service will not be affected – this only books new customers on the additional service
URI of the resource
{
"customers": [
{
"href": "/bookings/5057124/customers/4945397"
},
{
"href": "/bookings/5057124/customers/4945397"
}
]
}