POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "ae4daf66-9efc-4eaa-8892-7ea973446ebb",
"Integrated": true,
"ReferringDoctorId": "4c0a1a8f-b12d-45ee-ac43-08f3be6b41c0",
"ReferredDoctorId": "d753afa9-ab6b-4c90-8cba-ad463c0793a4",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ae4daf66-9efc-4eaa-8892-7ea973446ebb","Integrated":true,"ReferringDoctorId":"4c0a1a8f-b12d-45ee-ac43-08f3be6b41c0","ReferredDoctorId":"d753afa9-ab6b-4c90-8cba-ad463c0793a4","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ae4daf66-9efc-4eaa-8892-7ea973446ebb</Id> <Integrated>true</Integrated> <ReferringDoctorId>4c0a1a8f-b12d-45ee-ac43-08f3be6b41c0</ReferringDoctorId> <ReferredDoctorId>d753afa9-ab6b-4c90-8cba-ad463c0793a4</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
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. |