GET api/vodia/SetCallHistory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| HasError | boolean |
None. |
|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"HasError": true,
"ErrorCode": 3,
"ErrorMessage": "sample string 4"
}
application/xml, text/xml
Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vodia.Integration.BusinessEntities"> <Data /> <ErrorCode>3</ErrorCode> <ErrorMessage>sample string 4</ErrorMessage> <HasError>true</HasError> </ApiResponse>