POST api/KJL/Get_KJL_Notify
Request Information
URI Parameters
None.
Body Parameters
kjl_notify| Name | Description | Type | Additional information |
|---|---|---|---|
| notifyld | string |
None. |
|
| appuid | string |
None. |
|
| triggerTime | integer |
None. |
|
| EventCode | string |
None. |
|
| EventContent | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"notifyld": "sample string 1",
"appuid": "sample string 2",
"triggerTime": 3,
"EventCode": "sample string 4",
"EventContent": {}
}
application/xml, text/xml
Sample:
<kjl_notify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model"> <EventCode>sample string 4</EventCode> <EventContent /> <appuid>sample string 2</appuid> <notifyld>sample string 1</notifyld> <triggerTime>3</triggerTime> </kjl_notify>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |