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": "8a872957-90f3-4846-8758-46cce47b1ee8",
"Integrated": true,
"ReferringDoctorId": "e7e6fba6-73f1-46f7-8d4a-b6f76854d196",
"ReferredDoctorId": "68a07e05-445b-41d1-9c07-26f718ab1932",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8a872957-90f3-4846-8758-46cce47b1ee8","Integrated":true,"ReferringDoctorId":"e7e6fba6-73f1-46f7-8d4a-b6f76854d196","ReferredDoctorId":"68a07e05-445b-41d1-9c07-26f718ab1932","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8a872957-90f3-4846-8758-46cce47b1ee8</Id> <Integrated>true</Integrated> <ReferringDoctorId>e7e6fba6-73f1-46f7-8d4a-b6f76854d196</ReferringDoctorId> <ReferredDoctorId>68a07e05-445b-41d1-9c07-26f718ab1932</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. |