POST api/Admin/TransferCCMPatients
Request Information
URI Parameters
None.
Body Parameters
CCOPatientTransferDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| currentCCOId | string |
None. |
|
| nextCCOId | string |
None. |
|
| transferredBy | string |
None. |
|
| patientId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"currentCCOId": "sample string 1",
"nextCCOId": "sample string 2",
"transferredBy": "sample string 3",
"patientId": "sample string 4"
}
application/xml, text/xml
Sample:
<CCOPatientTransferDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <currentCCOId>sample string 1</currentCCOId> <nextCCOId>sample string 2</nextCCOId> <patientId>sample string 4</patientId> <transferredBy>sample string 3</transferredBy> </CCOPatientTransferDetails>
application/x-www-form-urlencoded
Sample:
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. |