POST api/v1/Webhooks/Subscriptions
Adds new webhook subscription
Request Information
URI Parameters
None.
Body Parameters
AddOrUpdateSubscription| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomHeader | string |
None. |
|
| EndDateUtc | date |
None. |
|
| JsonPathFilter | string |
None. |
|
| StartDateUtc | date |
None. |
|
| SubscriptionId | globally unique identifier |
None. |
|
| TargetEndpointUri | string |
None. |
|
| WebhookEventId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomHeader": "sample string 1",
"EndDateUtc": "2026-03-17T02:43:08.3352802+02:00",
"JsonPathFilter": "sample string 3",
"StartDateUtc": "2026-03-17T02:43:08.3352802+02:00",
"SubscriptionId": "780262da-43b0-404d-9e30-0c35f2e51a3a",
"TargetEndpointUri": "sample string 6",
"WebhookEventId": "660500bd-ce5b-4b08-b938-d987936d3c79"
}
application/xml, text/xml
Sample:
<AddOrUpdateSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus.webhookservicews.Parameters"> <CustomHeader>sample string 1</CustomHeader> <EndDateUtc>2026-03-17T02:43:08.3352802+02:00</EndDateUtc> <JsonPathFilter>sample string 3</JsonPathFilter> <StartDateUtc>2026-03-17T02:43:08.3352802+02:00</StartDateUtc> <SubscriptionId>780262da-43b0-404d-9e30-0c35f2e51a3a</SubscriptionId> <TargetEndpointUri>sample string 6</TargetEndpointUri> <WebhookEventId>660500bd-ce5b-4b08-b938-d987936d3c79</WebhookEventId> </AddOrUpdateSubscription>
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.