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": "16a7ec4d-92e1-4735-8b97-872a1f873100",
"customerId": "3735b0c0-e4e8-42b1-b4af-97159243e642",
"zoneId": "4e4d5b48-dbd8-4a9f-ba58-92d45522e305",
"zoneCode": "sample string 5",
"date": "2026-02-04T03:08:22.1555216+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>3735b0c0-e4e8-42b1-b4af-97159243e642</CustomerId> <Date>2026-02-04T03:08:22.1555216+00:00</Date> <OrganizationCode>sample string 1</OrganizationCode> <OrganizationId>16a7ec4d-92e1-4735-8b97-872a1f873100</OrganizationId> <ZoneCode>sample string 5</ZoneCode> <ZoneId>4e4d5b48-dbd8-4a9f-ba58-92d45522e305</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.