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": "eba602a3-6a21-4c2f-ab2b-11a3a7055131",
"Integrated": true,
"ReferringDoctorId": "a938a40c-4dde-4a10-a926-5ea52de3ace8",
"ReferredDoctorId": "520cfe7c-0b0d-4377-8e9c-a33a91181202",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"eba602a3-6a21-4c2f-ab2b-11a3a7055131","Integrated":true,"ReferringDoctorId":"a938a40c-4dde-4a10-a926-5ea52de3ace8","ReferredDoctorId":"520cfe7c-0b0d-4377-8e9c-a33a91181202","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>eba602a3-6a21-4c2f-ab2b-11a3a7055131</Id> <Integrated>true</Integrated> <ReferringDoctorId>a938a40c-4dde-4a10-a926-5ea52de3ace8</ReferringDoctorId> <ReferredDoctorId>520cfe7c-0b0d-4377-8e9c-a33a91181202</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. |