POST api/Bookings/GetBookNotification

Request Information

URI Parameters

None.

Body Parameters

cEntityWebHooks
NameDescriptionTypeAdditional information
id

integer

None.

timestamp

string

None.

type

string

None.

micrositeId

string

None.

bookingReference

string

None.

isProcessed

integer

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "timestamp": "sample string 2",
  "type": "sample string 3",
  "micrositeId": "sample string 4",
  "bookingReference": "sample string 5",
  "isProcessed": 6,
  "hasError": true,
  "hasErrorMessage": "sample string 8",
  "_SendCredentials": "sample string 9"
}

application/xml, text/xml

Sample:
<cBookings.cEntityWebHooks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_SendCredentials>sample string 9</_SendCredentials>
  <bookingReference>sample string 5</bookingReference>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 8</hasErrorMessage>
  <id>1</id>
  <isProcessed>6</isProcessed>
  <micrositeId>sample string 4</micrositeId>
  <timestamp>sample string 2</timestamp>
  <type>sample string 3</type>
</cBookings.cEntityWebHooks>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntityWebHooks
NameDescriptionTypeAdditional information
id

integer

None.

timestamp

string

None.

type

string

None.

micrositeId

string

None.

bookingReference

string

None.

isProcessed

integer

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "timestamp": "sample string 2",
  "type": "sample string 3",
  "micrositeId": "sample string 4",
  "bookingReference": "sample string 5",
  "isProcessed": 6,
  "hasError": true,
  "hasErrorMessage": "sample string 8",
  "_SendCredentials": "sample string 9"
}

application/xml, text/xml

Sample:
<cBookings.cEntityWebHooks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_SendCredentials>sample string 9</_SendCredentials>
  <bookingReference>sample string 5</bookingReference>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 8</hasErrorMessage>
  <id>1</id>
  <isProcessed>6</isProcessed>
  <micrositeId>sample string 4</micrositeId>
  <timestamp>sample string 2</timestamp>
  <type>sample string 3</type>
</cBookings.cEntityWebHooks>