POST api/Order?fullScreen={fullScreen}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fullScreen

boolean

Default value is False

Body Parameters

BookingModel
NameDescriptionTypeAdditional information
TestMode

boolean

None.

BookingID

globally unique identifier

None.

BookingIDHashCheck

string

None.

CruiseID

integer

Required

Salutation

string

Required

FirstName

string

Required

LastName

string

Required

HouseNumber

string

Required

Street

string

Required

Town

string

Required

County

string

None.

Postcode

string

Required

String length: inclusive between 0 and 9

CountryCode

string

Required

SeperateBillingInstructions

boolean

None.

PostDocuments

boolean

None.

AcceptedTermsAndConditions

boolean

None.

BillingSalutation

string

None.

BillingFirstName

string

None.

BillingLastName

string

None.

BillingHouseNumber

string

None.

BillingStreet

string

None.

BillingTown

string

None.

BillingCounty

string

None.

BillingPostcode

string

String length: inclusive between 0 and 9

BillingCountryCode

string

None.

Vehicles

Collection of VehicleDTO

None.

EmailAddress

string

Required

Telephone

string

Required

Vouchers

Collection of string

None.

ParkingZone_ID

integer

None.

AcceptedGhostAlarmConditions

boolean

None.

GhostAlarmPresent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "testMode": true,
  "bookingID": "6deee458-31a2-43b0-9d31-dfc239a58fe0",
  "bookingIDHashCheck": "sample string 3",
  "cruiseID": 4,
  "salutation": "sample string 5",
  "firstName": "sample string 6",
  "lastName": "sample string 7",
  "houseNumber": "sample string 8",
  "street": "sample string 9",
  "town": "sample string 10",
  "county": "sample string 11",
  "postcode": "sample string 12",
  "countryCode": "sample string 13",
  "seperateBillingInstructions": true,
  "postDocuments": true,
  "acceptedTermsAndConditions": true,
  "billingSalutation": "sample string 17",
  "billingFirstName": "sample string 18",
  "billingLastName": "sample string 19",
  "billingHouseNumber": "sample string 20",
  "billingStreet": "sample string 21",
  "billingTown": "sample string 22",
  "billingCounty": "sample string 23",
  "billingPostcode": "sample string 24",
  "billingCountryCode": "sample string 25",
  "vehicles": [
    {
      "vehicleTypeID": 1,
      "colour": "sample string 2",
      "driverName": "sample string 3",
      "registrationNumber": "sample string 4",
      "make": "sample string 5",
      "model": "sample string 6",
      "disabledParking": true,
      "disabledBadgeNumber": "sample string 8",
      "adaptedVehicle": true,
      "adaptedVehicleNotes": "sample string 10",
      "services": [
        {
          "serviceID": 1,
          "answers": [
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            },
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            }
          ]
        },
        {
          "serviceID": 1,
          "answers": [
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            },
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "vehicleTypeID": 1,
      "colour": "sample string 2",
      "driverName": "sample string 3",
      "registrationNumber": "sample string 4",
      "make": "sample string 5",
      "model": "sample string 6",
      "disabledParking": true,
      "disabledBadgeNumber": "sample string 8",
      "adaptedVehicle": true,
      "adaptedVehicleNotes": "sample string 10",
      "services": [
        {
          "serviceID": 1,
          "answers": [
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            },
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            }
          ]
        },
        {
          "serviceID": 1,
          "answers": [
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            },
            {
              "questionID": 1,
              "checkBoxAnswers": [
                {
                  "answer": true,
                  "fieldID": 2
                },
                {
                  "answer": true,
                  "fieldID": 2
                }
              ],
              "textBoxAnswers": [
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                },
                {
                  "answer": "sample string 1",
                  "fieldID": 2
                }
              ],
              "radioButtonAnswer": 1,
              "calendarAnswers": [
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                },
                {
                  "answer": "2025-10-28T14:48:33.85367+00:00",
                  "fieldID": 2
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "emailAddress": "sample string 26",
  "telephone": "sample string 27",
  "vouchers": [
    "sample string 1",
    "sample string 2"
  ],
  "parkingZone_ID": 1,
  "acceptedGhostAlarmConditions": true,
  "ghostAlarmPresent": true
}

application/xml, text/xml

Sample:
<BookingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CruiseParking.Website.API.BookingModels">
  <AcceptedGhostAlarmConditions>true</AcceptedGhostAlarmConditions>
  <AcceptedTermsAndConditions>true</AcceptedTermsAndConditions>
  <BillingCountryCode>sample string 25</BillingCountryCode>
  <BillingCounty>sample string 23</BillingCounty>
  <BillingFirstName>sample string 18</BillingFirstName>
  <BillingHouseNumber>sample string 20</BillingHouseNumber>
  <BillingLastName>sample string 19</BillingLastName>
  <BillingPostcode>sample string 24</BillingPostcode>
  <BillingSalutation>sample string 17</BillingSalutation>
  <BillingStreet>sample string 21</BillingStreet>
  <BillingTown>sample string 22</BillingTown>
  <BookingID>6deee458-31a2-43b0-9d31-dfc239a58fe0</BookingID>
  <BookingIDHashCheck>sample string 3</BookingIDHashCheck>
  <CountryCode>sample string 13</CountryCode>
  <County>sample string 11</County>
  <CruiseID>4</CruiseID>
  <EmailAddress>sample string 26</EmailAddress>
  <FirstName>sample string 6</FirstName>
  <GhostAlarmPresent>true</GhostAlarmPresent>
  <HouseNumber>sample string 8</HouseNumber>
  <LastName>sample string 7</LastName>
  <ParkingZone_ID>1</ParkingZone_ID>
  <PostDocuments>true</PostDocuments>
  <Postcode>sample string 12</Postcode>
  <Salutation>sample string 5</Salutation>
  <SeperateBillingInstructions>true</SeperateBillingInstructions>
  <Street>sample string 9</Street>
  <Telephone>sample string 27</Telephone>
  <TestMode>true</TestMode>
  <Town>sample string 10</Town>
  <Vehicles>
    <VehicleDTO>
      <AdaptedVehicle>true</AdaptedVehicle>
      <AdaptedVehicleNotes>sample string 10</AdaptedVehicleNotes>
      <Colour>sample string 2</Colour>
      <DisabledBadgeNumber>sample string 8</DisabledBadgeNumber>
      <DisabledParking>true</DisabledParking>
      <DriverName>sample string 3</DriverName>
      <Make>sample string 5</Make>
      <Model>sample string 6</Model>
      <RegistrationNumber>sample string 4</RegistrationNumber>
      <Services>
        <ServiceDTO>
          <Answers>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
          </Answers>
          <serviceID>1</serviceID>
        </ServiceDTO>
        <ServiceDTO>
          <Answers>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
          </Answers>
          <serviceID>1</serviceID>
        </ServiceDTO>
      </Services>
      <vehicleTypeID>1</vehicleTypeID>
    </VehicleDTO>
    <VehicleDTO>
      <AdaptedVehicle>true</AdaptedVehicle>
      <AdaptedVehicleNotes>sample string 10</AdaptedVehicleNotes>
      <Colour>sample string 2</Colour>
      <DisabledBadgeNumber>sample string 8</DisabledBadgeNumber>
      <DisabledParking>true</DisabledParking>
      <DriverName>sample string 3</DriverName>
      <Make>sample string 5</Make>
      <Model>sample string 6</Model>
      <RegistrationNumber>sample string 4</RegistrationNumber>
      <Services>
        <ServiceDTO>
          <Answers>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
          </Answers>
          <serviceID>1</serviceID>
        </ServiceDTO>
        <ServiceDTO>
          <Answers>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
            <AnswerDTO>
              <CalendarAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
                <DateAnswers>
                  <fieldID>2</fieldID>
                  <Answer>2025-10-28T14:48:33.85367+00:00</Answer>
                </DateAnswers>
              </CalendarAnswers>
              <CheckBoxAnswers>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
                <CheckboxAnswer>
                  <fieldID>2</fieldID>
                  <Answer>true</Answer>
                </CheckboxAnswer>
              </CheckBoxAnswers>
              <QuestionID>1</QuestionID>
              <RadioButtonAnswer>1</RadioButtonAnswer>
              <TextBoxAnswers>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
                <TextAnswer>
                  <fieldID>2</fieldID>
                  <Answer>sample string 1</Answer>
                </TextAnswer>
              </TextBoxAnswers>
            </AnswerDTO>
          </Answers>
          <serviceID>1</serviceID>
        </ServiceDTO>
      </Services>
      <vehicleTypeID>1</vehicleTypeID>
    </VehicleDTO>
  </Vehicles>
  <Vouchers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Vouchers>
</BookingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CreateBookingResponseDTO
NameDescriptionTypeAdditional information
Successful

boolean

None.

FullPageRedirect

boolean

None.

RedirectToErrorPage

boolean

None.

ErrorMessage

string

None.

RedirectionURL

string

None.

AmountToPayInPennies

integer

None.

NoPaymentRequired

boolean

None.

BookingID

globally unique identifier

None.

BookingIDHashCheck

string

None.

vendorTxCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "successful": true,
  "fullPageRedirect": true,
  "redirectToErrorPage": true,
  "errorMessage": "sample string 4",
  "redirectionURL": "sample string 5",
  "amountToPayInPennies": 6,
  "noPaymentRequired": true,
  "bookingID": "bf8de3e9-086a-41c7-b50f-7be1a5806da9",
  "bookingIDHashCheck": "sample string 9",
  "vendorTxCode": "sample string 10"
}

application/xml, text/xml

Sample:
<OrderController.CreateBookingResponseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CruiseParking.Website.API.Controllers">
  <AmountToPayInPennies>6</AmountToPayInPennies>
  <BookingID>bf8de3e9-086a-41c7-b50f-7be1a5806da9</BookingID>
  <BookingIDHashCheck>sample string 9</BookingIDHashCheck>
  <ErrorMessage>sample string 4</ErrorMessage>
  <FullPageRedirect>true</FullPageRedirect>
  <NoPaymentRequired>true</NoPaymentRequired>
  <RedirectToErrorPage>true</RedirectToErrorPage>
  <RedirectionURL>sample string 5</RedirectionURL>
  <Successful>true</Successful>
  <vendorTxCode>sample string 10</vendorTxCode>
</OrderController.CreateBookingResponseDTO>