POST WebhookEvent
Request Information
URI Parameters
None.
Body Parameters
StormApi.Models.Webhook.WebhookEventRequestName | Description | Type | Additional information |
---|---|---|---|
CreatorId | string |
None. |
|
ProfileId | string |
None. |
|
WebhookServerType | string |
None. |
|
Payload | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CreatorId": "sample string 1", "ProfileId": "sample string 2", "WebhookServerType": "sample string 3", "Payload": "sample string 4" }
application/xml, text/xml
Sample:
<WebhookEventRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CreatorId>sample string 1</CreatorId> <ProfileId>sample string 2</ProfileId> <WebhookServerType>sample string 3</WebhookServerType> <Payload>sample string 4</Payload> </WebhookEventRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.