POST api/PageService/ValidateExternalBooking

Documentation for 'ValidateExternalBooking'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BookingReferenceID": "sample string 1",
  "EventDate": "2026-01-11T19:29:23.679499+00:00",
  "EventDateString": "sample string 3",
  "EventTypeID": 4,
  "EventCity": "sample string 5",
  "ConceptID": 6
}

application/xml, text/xml

Sample:
<ValidateBooking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Pages">
  <BookingReferenceID>sample string 1</BookingReferenceID>
  <ConceptID>6</ConceptID>
  <EventCity>sample string 5</EventCity>
  <EventDate>2026-01-11T19:29:23.679499+00:00</EventDate>
  <EventDateString>sample string 3</EventDateString>
  <EventTypeID>4</EventTypeID>
</ValidateBooking>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'ValidateBooking'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "BookingStatus": 1
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfExternalBookingStatusIx51C0OV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Pages">
    <d2p1:BookingStatus>1</d2p1:BookingStatus>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfExternalBookingStatusIx51C0OV>