GET api/Bookings/GetNotificationbyDate?_Credentials={_Credentials}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Credentials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntityWebHooksName | Description | Type | Additional 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" }, { "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:
<ArrayOfcBookings.cEntityWebHooks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <cBookings.cEntityWebHooks> <_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> <cBookings.cEntityWebHooks> <_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> </ArrayOfcBookings.cEntityWebHooks>