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": "8cb6d736-f9e8-40a2-94fc-33d72714e31d",
"Integrated": true,
"ReferringDoctorId": "273530d2-3c49-4cd1-8d2a-bf8161539a69",
"ReferredDoctorId": "e1f45369-df2d-4566-9d69-cd816a4931b9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8cb6d736-f9e8-40a2-94fc-33d72714e31d","Integrated":true,"ReferringDoctorId":"273530d2-3c49-4cd1-8d2a-bf8161539a69","ReferredDoctorId":"e1f45369-df2d-4566-9d69-cd816a4931b9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8cb6d736-f9e8-40a2-94fc-33d72714e31d</Id> <Integrated>true</Integrated> <ReferringDoctorId>273530d2-3c49-4cd1-8d2a-bf8161539a69</ReferringDoctorId> <ReferredDoctorId>e1f45369-df2d-4566-9d69-cd816a4931b9</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. |