Update/Modify additional service on a booking by additional service ID
PATCH /[context]/[contextId]/AdditionalServices/[id]
Context in Request URI should be 'bookings'
ContextId in Request URI should be Booking 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
An optional unique identifier for preventing duplicate components in a booking. When provided, this reference is checked to ensure the same component (trip or service) is not added more than once. Partners can use this to avoid duplicate entries in component creation.
URI of the resource
{
"customers": [
{
"href": "/bookings/5057124/customers/4945397"
},
{
"href": "/bookings/5057124/customers/4945397"
}
],
"externalReference": null
}