SubmitBulkBooking

This operation will enable the consumer of the API to submit NEW,MODIFY and CANCEL booking requests in STRA.

header Parameters
BookingProvider
required
string

Name of the booking provider

Request Body schema: application/json

Body of the request

filename
string

Specifies the name of the file should be uniquely identifiable

filecontent
string

Specifies the base64 content of the file

Responses

Request samples

Content type
application/json
{
  • "filename": "BulkbookingRequest_Timestamp",
  • "filecontent": "string"
}