PUT api/v1/Webhooks/Subscriptions

Updates existing webhook subscription

Request Information

URI Parameters

None.

Body Parameters

AddOrUpdateSubscription
NameDescriptionTypeAdditional 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": "2025-05-20T14:50:24.9174612+03:00",
  "JsonPathFilter": "sample string 3",
  "StartDateUtc": "2025-05-20T14:50:24.9174612+03:00",
  "SubscriptionId": "fb765b34-2b22-4442-8b5e-6332e251c72d",
  "TargetEndpointUri": "sample string 6",
  "WebhookEventId": "3a557e1c-afe6-43d5-afa9-d1463e3e3bab"
}

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>2025-05-20T14:50:24.9174612+03:00</EndDateUtc>
  <JsonPathFilter>sample string 3</JsonPathFilter>
  <StartDateUtc>2025-05-20T14:50:24.9174612+03:00</StartDateUtc>
  <SubscriptionId>fb765b34-2b22-4442-8b5e-6332e251c72d</SubscriptionId>
  <TargetEndpointUri>sample string 6</TargetEndpointUri>
  <WebhookEventId>3a557e1c-afe6-43d5-afa9-d1463e3e3bab</WebhookEventId>
</AddOrUpdateSubscription>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.