This operation will enable the booking platforms to update the STRA register with new bookings or modifications of existing bookings (including cancellations).
PropertyID required | string Property ID in STRA example PID-STRA-NumericValue |
BookingProvider | string Name of the booking provider |
RequestType required | string <= 21 characters Specifies if the request is of which type Example:New,Modify,Cancel |
BookingRefNo required | string Mandatory for Modify/Cancel Booking - ID field returned in response for New Booking |
TransactionID required | string Mandatory ( Unique Transaction identifier)-Must be an unique ID |
StartDate required | string <date> Booking start date in dd-mm-yyyy format |
EndDate required | string <date> Booking end date in dd-mm-yyyy format |
{- "RequestType": "string",
- "BookingRefNo": "string",
- "TransactionID": "string",
- "StartDate": "21-05-2021",
- "EndDate": "24-05-2021"
}