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": "6a168005-bddd-4c78-9a5c-610ae4aa9ee7",
"customerId": "1909a740-a10f-4b9e-92f9-5971057f5372",
"zoneId": "e275ae33-c07e-4572-9d98-9a016afc2add",
"zoneCode": "sample string 5",
"date": "2026-03-21T21:44:04.2488389+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>1909a740-a10f-4b9e-92f9-5971057f5372</CustomerId> <Date>2026-03-21T21:44:04.2488389+00:00</Date> <OrganizationCode>sample string 1</OrganizationCode> <OrganizationId>6a168005-bddd-4c78-9a5c-610ae4aa9ee7</OrganizationId> <ZoneCode>sample string 5</ZoneCode> <ZoneId>e275ae33-c07e-4572-9d98-9a016afc2add</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.