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