POST PlanCare2Api/Call/Close
Close call.
Requires 'Start' permission for function CallOverview {0D159E1F-6728-4243-9A43-996F7DC5AD8A}
Request Information
URI Parameters
None.
Body Parameters
Identifier of call.
CallIdentifier| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Identifier |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/xml, text/xml
Sample:
<CallIdentifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call"> <Id>1</Id> </CallIdentifier>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |