POST api/HA/GetBookingContentIndex

Request Information

URI Parameters

None.

Body Parameters

BookingContentIndexRequestType
NameDescriptionTypeAdditional information
documentVersion

DocumentVersionType

None.

advertiser

BookingContentIndexRequestTypeAdvertiser

None.

startDate

date

None.

endDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "documentVersion": 0,
  "advertiser": {
    "assignedId": "sample string 1",
    "inquirers": [
      {
        "firstName": "sample string 1",
        "lastName": "sample string 2",
        "emailAddress": "sample string 3",
        "phoneCountryCode": "sample string 4",
        "phoneNumber": "sample string 5",
        "phoneExt": "sample string 6",
        "address": {
          "additionalAddressLine1Field": "sample string 1",
          "addressLine1Field": "sample string 2",
          "addressLine2Field": "sample string 3",
          "addressLine3Field": "sample string 4",
          "addressLine4Field": "sample string 5",
          "addressLine5Field": "sample string 6",
          "countryField": "sample string 7",
          "postalCodeField": "sample string 8",
          "relField": 0,
          "relFieldSpecified": true
        },
        "locale": 0,
        "localeSpecified": true
      },
      {
        "firstName": "sample string 1",
        "lastName": "sample string 2",
        "emailAddress": "sample string 3",
        "phoneCountryCode": "sample string 4",
        "phoneNumber": "sample string 5",
        "phoneExt": "sample string 6",
        "address": {
          "additionalAddressLine1Field": "sample string 1",
          "addressLine1Field": "sample string 2",
          "addressLine2Field": "sample string 3",
          "addressLine3Field": "sample string 4",
          "addressLine4Field": "sample string 5",
          "addressLine5Field": "sample string 6",
          "countryField": "sample string 7",
          "postalCodeField": "sample string 8",
          "relField": 0,
          "relFieldSpecified": true
        },
        "locale": 0,
        "localeSpecified": true
      }
    ]
  },
  "startDate": "2025-12-10T06:00:34.486995+00:00",
  "endDate": "2025-12-10T06:00:34.486995+00:00",
  "endDateSpecified": true
}

application/xml, text/xml

Sample:
<bookingContentIndexRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <documentVersion>1.2</documentVersion>
  <advertiser>
    <assignedId>sample string 1</assignedId>
    <inquirers>
      <inquirer locale="da_DK">
        <firstName>sample string 1</firstName>
        <lastName>sample string 2</lastName>
        <emailAddress>sample string 3</emailAddress>
        <phoneCountryCode>sample string 4</phoneCountryCode>
        <phoneNumber>sample string 5</phoneNumber>
        <phoneExt>sample string 6</phoneExt>
        <address rel="HOME">
          <additionalAddressLine1>sample string 1</additionalAddressLine1>
          <addressLine1>sample string 2</addressLine1>
          <addressLine2>sample string 3</addressLine2>
          <addressLine3>sample string 4</addressLine3>
          <addressLine4>sample string 5</addressLine4>
          <addressLine5>sample string 6</addressLine5>
          <country>sample string 7</country>
          <postalCode>sample string 8</postalCode>
        </address>
      </inquirer>
      <inquirer locale="da_DK">
        <firstName>sample string 1</firstName>
        <lastName>sample string 2</lastName>
        <emailAddress>sample string 3</emailAddress>
        <phoneCountryCode>sample string 4</phoneCountryCode>
        <phoneNumber>sample string 5</phoneNumber>
        <phoneExt>sample string 6</phoneExt>
        <address rel="HOME">
          <additionalAddressLine1>sample string 1</additionalAddressLine1>
          <addressLine1>sample string 2</addressLine1>
          <addressLine2>sample string 3</addressLine2>
          <addressLine3>sample string 4</addressLine3>
          <addressLine4>sample string 5</addressLine4>
          <addressLine5>sample string 6</addressLine5>
          <country>sample string 7</country>
          <postalCode>sample string 8</postalCode>
        </address>
      </inquirer>
    </inquirers>
  </advertiser>
  <startDate>2025-12-10T06:00:34.486995+00:00</startDate>
  <endDate>2025-12-10T06:00:34.486995+00:00</endDate>
</bookingContentIndexRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

bookingContentIndex

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<bookingContentIndex xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <documentVersion>1.2</documentVersion>
  <advertiser>
    <assignedId>sample string 1</assignedId>
    <bookingContentIndexEntry>
      <bookingUpdateUrl />
      <lastUpdatedDate>2025-12-10T06:00:34.5025894+00:00</lastUpdatedDate>
    </bookingContentIndexEntry>
    <bookingContentIndexEntry>
      <bookingUpdateUrl />
      <lastUpdatedDate>2025-12-10T06:00:34.5025894+00:00</lastUpdatedDate>
    </bookingContentIndexEntry>
  </advertiser>
</bookingContentIndex>