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": "a28ac83d-4635-44a7-a767-810082683c34",
"customerId": "f5733eb6-ff55-466f-b1a7-aa7fe3d2bca6",
"zoneId": "9e71d7b3-0484-4a30-8927-44c5653a5b65",
"zoneCode": "sample string 5",
"date": "2026-07-31T03:37:56.5565931+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>f5733eb6-ff55-466f-b1a7-aa7fe3d2bca6</CustomerId> <Date>2026-07-31T03:37:56.5565931+00:00</Date> <OrganizationCode>sample string 1</OrganizationCode> <OrganizationId>a28ac83d-4635-44a7-a767-810082683c34</OrganizationId> <ZoneCode>sample string 5</ZoneCode> <ZoneId>9e71d7b3-0484-4a30-8927-44c5653a5b65</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.