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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Event>sample string 1</Event> <api_token>sample string 2</api_token> <id>3</id> <from>4</from> <to>5</to> <at>6</at> <status>sample string 7</status> </WebhookRequestProperties>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.