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": "00d71e69-defb-43b9-b3b0-05cd01ccb6d3",
"Integrated": true,
"ReferringDoctorId": "155978ec-911a-42a9-a92b-30f3386a78dd",
"ReferredDoctorId": "8068b994-dd56-42ac-9dda-bbeab2e946a5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"00d71e69-defb-43b9-b3b0-05cd01ccb6d3","Integrated":true,"ReferringDoctorId":"155978ec-911a-42a9-a92b-30f3386a78dd","ReferredDoctorId":"8068b994-dd56-42ac-9dda-bbeab2e946a5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>00d71e69-defb-43b9-b3b0-05cd01ccb6d3</Id> <Integrated>true</Integrated> <ReferringDoctorId>155978ec-911a-42a9-a92b-30f3386a78dd</ReferringDoctorId> <ReferredDoctorId>8068b994-dd56-42ac-9dda-bbeab2e946a5</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. |