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": "2e326cfd-2af5-4385-8ad4-7408f306449d",
"Integrated": true,
"ReferringDoctorId": "72999035-8fec-4d2a-a23d-2b7d4eb0d695",
"ReferredDoctorId": "4b621719-1ff9-4634-9226-371f9e799881",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"2e326cfd-2af5-4385-8ad4-7408f306449d","Integrated":true,"ReferringDoctorId":"72999035-8fec-4d2a-a23d-2b7d4eb0d695","ReferredDoctorId":"4b621719-1ff9-4634-9226-371f9e799881","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2e326cfd-2af5-4385-8ad4-7408f306449d</Id> <Integrated>true</Integrated> <ReferringDoctorId>72999035-8fec-4d2a-a23d-2b7d4eb0d695</ReferringDoctorId> <ReferredDoctorId>4b621719-1ff9-4634-9226-371f9e799881</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. |