POST api/Common/KirusaWebHook
Request Information
URI Parameters
None.
Body Parameters
WebhookRequestProperties| Name | Description | Type | Additional information |
|---|---|---|---|
| Event | string |
None. |
|
| api_token | string |
None. |
|
| id | integer |
None. |
|
| from | integer |
None. |
|
| to | integer |
None. |
|
| at | integer |
None. |
|
| status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Event": "sample string 1",
"api_token": "sample string 2",
"id": 3,
"from": 4,
"to": 5,
"at": 6,
"status": "sample string 7"
}
application/xml, text/xml
Sample:
<WebhookRequestProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Event>sample string 1</Event> <api_token>sample string 2</api_token> <at>6</at> <from>4</from> <id>3</id> <status>sample string 7</status> <to>5</to> </WebhookRequestProperties>
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.