POST api/v1/webhooks/location/echo
Request Information
URI Parameters
None.
Body Parameters
WHEcho| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationCode | string |
None. |
|
| OrganizationId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| ZoneId | globally unique identifier |
None. |
|
| ZoneCode | string |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationCode": "sample string 1",
"organizationId": "52cc3b22-a33a-4e7f-99e4-5aae93074fa5",
"customerId": "657fd01a-8693-4b08-b19c-85cf0d5f70ff",
"zoneId": "fb47c858-5228-4ce5-943c-421f7cf6d0c6",
"zoneCode": "sample string 5",
"date": "2026-09-09T04:22:28.344485+00:00"
}
application/xml, text/xml
Sample:
<WHEcho xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.WebHooks"> <CustomerId>657fd01a-8693-4b08-b19c-85cf0d5f70ff</CustomerId> <Date>2026-09-09T04:22:28.344485+00:00</Date> <OrganizationCode>sample string 1</OrganizationCode> <OrganizationId>52cc3b22-a33a-4e7f-99e4-5aae93074fa5</OrganizationId> <ZoneCode>sample string 5</ZoneCode> <ZoneId>fb47c858-5228-4ce5-943c-421f7cf6d0c6</ZoneId> </WHEcho>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.