POST api/webhooks/registrations
No documentation available.
Request Information
URI Parameters
None.
Body Parameters
WebHookName | Description | Type | Additional information |
---|---|---|---|
Id |
No documentation available. |
string |
None. |
WebHookUri |
No documentation available. |
URI |
Required |
Secret |
No documentation available. |
string |
None. |
Description |
No documentation available. |
string |
None. |
IsPaused |
No documentation available. |
boolean |
None. |
Filters |
No documentation available. |
Collection of string |
None. |
Headers |
No documentation available. |
Dictionary of string [key] and string [value] |
None. |
Properties |
No documentation available. |
Dictionary of string [key] and Object [value] |
None. |
Request body formats
application/json, text/json
{ "Id": "sample string 1", "WebHookUri": "http://webapihelppage2.com", "Secret": "sample string 3", "Description": "sample string 4", "IsPaused": true, "Filters": [], "Headers": {}, "Properties": {} }
Response Information
Resource Description
WebHookName | Description | Type | Additional information |
---|---|---|---|
Id |
No documentation available. |
string |
None. |
WebHookUri |
No documentation available. |
URI |
Required |
Secret |
No documentation available. |
string |
None. |
Description |
No documentation available. |
string |
None. |
IsPaused |
No documentation available. |
boolean |
None. |
Filters |
No documentation available. |
Collection of string |
None. |
Headers |
No documentation available. |
Dictionary of string [key] and string [value] |
None. |
Properties |
No documentation available. |
Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
{ "Id": "sample string 1", "WebHookUri": "http://webapihelppage2.com", "Secret": "sample string 3", "Description": "sample string 4", "IsPaused": true, "Filters": [], "Headers": {}, "Properties": {} }