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": "9e0ba326-5453-4e63-b367-a71beda6b9dd",
"Integrated": true,
"ReferringDoctorId": "4e4a87cb-c68b-42df-a5d9-d551e5493ef7",
"ReferredDoctorId": "a7a089da-9b59-42f2-8976-68bc01443915",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9e0ba326-5453-4e63-b367-a71beda6b9dd","Integrated":true,"ReferringDoctorId":"4e4a87cb-c68b-42df-a5d9-d551e5493ef7","ReferredDoctorId":"a7a089da-9b59-42f2-8976-68bc01443915","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9e0ba326-5453-4e63-b367-a71beda6b9dd</Id> <Integrated>true</Integrated> <ReferringDoctorId>4e4a87cb-c68b-42df-a5d9-d551e5493ef7</ReferringDoctorId> <ReferredDoctorId>a7a089da-9b59-42f2-8976-68bc01443915</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. |