Create additional service on a Booking
POST /[context]/[contextId]/AdditionalServices
Context in Request URI should be 'bookings'
ContextId in Request URI should be Booking ID
Start date for additional service
End date for 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 relevant product This can be retrieved via the related product (eg: relatedAccommodation, relatedTransfers, relatedSightseeing etc.) property in Retrieve Trip Product
URI of the resource
URI of the resource
{
"startDate": "2016-12-15",
"endDate": "2016-12-20",
"customers": [
{
"href": "/bookings/5057124/customers/4945397"
},
{
"href": "/bookings/5057124/customers/4945397"
}
],
"product": {
"href": "/products/91066"
}
}
ID of the resource
URI of the resource
{
"id": 887124,
"href": "context/contextid/additionalservices/887124"
}