POST api/v1/WebhookApp/CreateWebhookSubscriptionsync
Request Information
URI Parameters
None.
Body Parameters
WebhookSubscription| Name | Description | Type | Additional information |
|---|---|---|---|
| _WebhookSubscriptionID | integer |
None. |
|
| _WebhookTriggerID | integer |
None. |
|
| _WebhookAction | integer |
None. |
|
| _CallBackUrl | string |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdateDate | date |
None. |
|
| WebhookApplicationID | integer |
None. |
|
| _PartnerID | integer |
None. |
|
| _IsAuthRequired | boolean |
None. |
|
| _SysNumber | integer |
None. |
|
| webhookApplication | WebhookApplication |
None. |
Request Formats
application/json, text/json
Sample:
{
"_WebhookSubscriptionID": 1,
"_WebhookTriggerID": 2,
"_WebhookAction": 3,
"_CallBackUrl": "sample string 4",
"_CreationDate": "2025-12-06T17:44:18.2820696+00:00",
"_UpdateDate": "2025-12-06T17:44:18.2820696+00:00",
"WebhookApplicationID": 7,
"_PartnerID": 8,
"_IsAuthRequired": true,
"_SysNumber": 10,
"webhookApplication": {
"WebhookApplicationID": 1,
"_ApplicationName": "sample string 2",
"_ApplicationToken": "sample string 3",
"_CreationDate": "2025-12-06T17:44:18.2976946+00:00",
"_UpdateDate": "2025-12-06T17:44:18.2976946+00:00",
"_Email": "sample string 6",
"_Password": "sample string 7",
"_LoginUrl": "sample string 8",
"PartnerID": 9,
"_IsAuthRequired": true,
"ApiApplicationID": 11,
"_SysNumber": 12
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.