POST api/PostCallHistoryInfo
Request Information
URI Parameters
None.
Body Parameters
CallHistoryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CallID | integer |
None. |
|
| OA | string |
None. |
|
| PC | string |
None. |
|
| HXPC | string |
None. |
|
| OE | string |
None. |
|
| IMP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallID": 1,
"OA": "sample string 2",
"PC": "sample string 3",
"HXPC": "sample string 4",
"OE": "sample string 5",
"IMP": "sample string 6"
}
application/octet-stream, multipart/form-data
Sample:
{"CallID":1,"OA":"sample string 2","PC":"sample string 3","HXPC":"sample string 4","OE":"sample string 5","IMP":"sample string 6"}
application/xml, text/xml
Sample:
<PrfController.CallHistoryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers"> <CallID>1</CallID> <HXPC>sample string 4</HXPC> <IMP>sample string 6</IMP> <OA>sample string 2</OA> <OE>sample string 5</OE> <PC>sample string 3</PC> </PrfController.CallHistoryInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CallResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| CallID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"CallID": 1
}
application/octet-stream, multipart/form-data
Sample:
{"Code":1,"Message":"sample string 2","CallID":1}
application/xml, text/xml
Sample:
<CallController.CallResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers"> <CallID>1</CallID> <Code>1</Code> <Message>sample string 2</Message> </CallController.CallResult>