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": "52424750-1b07-4ea0-8381-0075bb1c7b40",
"Integrated": true,
"ReferringDoctorId": "3341a14d-bca6-44be-9355-bf5f4d4377cf",
"ReferredDoctorId": "f53c9e32-be10-48eb-844c-2254d29e7c84",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"52424750-1b07-4ea0-8381-0075bb1c7b40","Integrated":true,"ReferringDoctorId":"3341a14d-bca6-44be-9355-bf5f4d4377cf","ReferredDoctorId":"f53c9e32-be10-48eb-844c-2254d29e7c84","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>52424750-1b07-4ea0-8381-0075bb1c7b40</Id> <Integrated>true</Integrated> <ReferringDoctorId>3341a14d-bca6-44be-9355-bf5f4d4377cf</ReferringDoctorId> <ReferredDoctorId>f53c9e32-be10-48eb-844c-2254d29e7c84</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. |