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": "1b8b2cc1-a992-4800-b9af-c3bcd0a35660",
"customerId": "9d4a60d6-e567-401b-b851-b3e22b52cf6b",
"zoneId": "08598329-9947-421f-8c16-d44f4442e523",
"zoneCode": "sample string 5",
"date": "2026-04-27T15:32:30.8074672+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>9d4a60d6-e567-401b-b851-b3e22b52cf6b</CustomerId> <Date>2026-04-27T15:32:30.8074672+00:00</Date> <OrganizationCode>sample string 1</OrganizationCode> <OrganizationId>1b8b2cc1-a992-4800-b9af-c3bcd0a35660</OrganizationId> <ZoneCode>sample string 5</ZoneCode> <ZoneId>08598329-9947-421f-8c16-d44f4442e523</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.