GET api/Call/make/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CallResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": true,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<CallResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VisWebApiDB"> <Error>true</Error> <Message>sample string 2</Message> </CallResponse>