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": "832697a7-3b66-4922-8b71-9a68e61071b9",
"Integrated": true,
"ReferringDoctorId": "e967f1ed-4d77-4d45-94dc-bc675d28b8ed",
"ReferredDoctorId": "fe51904a-5b11-46bd-9d85-6f43c880e411",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"832697a7-3b66-4922-8b71-9a68e61071b9","Integrated":true,"ReferringDoctorId":"e967f1ed-4d77-4d45-94dc-bc675d28b8ed","ReferredDoctorId":"fe51904a-5b11-46bd-9d85-6f43c880e411","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>832697a7-3b66-4922-8b71-9a68e61071b9</Id> <Integrated>true</Integrated> <ReferringDoctorId>e967f1ed-4d77-4d45-94dc-bc675d28b8ed</ReferringDoctorId> <ReferredDoctorId>fe51904a-5b11-46bd-9d85-6f43c880e411</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. |