POST api/v1/webhooks/location/echo
Request Information
URI Parameters
None.
Body Parameters
WHEchoName | 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": "374b232b-275d-4f3d-9795-cdd01d8794a5", "customerId": "659b4aeb-7fd0-4702-82a3-39ef28b5ad54", "zoneId": "3faac7ed-4d12-4533-91c4-8d424c00a49e", "zoneCode": "sample string 5", "date": "2025-08-31T06:18:47.33448+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>659b4aeb-7fd0-4702-82a3-39ef28b5ad54</CustomerId> <Date>2025-08-31T06:18:47.33448+00:00</Date> <OrganizationCode>sample string 1</OrganizationCode> <OrganizationId>374b232b-275d-4f3d-9795-cdd01d8794a5</OrganizationId> <ZoneCode>sample string 5</ZoneCode> <ZoneId>3faac7ed-4d12-4533-91c4-8d424c00a49e</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.