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": "5e555483-2258-4725-a409-a44a22aa14a7",
"Integrated": true,
"ReferringDoctorId": "d4c43b3f-ceff-43fa-88e9-7a9270b016c0",
"ReferredDoctorId": "8eef2bc9-633d-48bd-853e-326a95394b9d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5e555483-2258-4725-a409-a44a22aa14a7","Integrated":true,"ReferringDoctorId":"d4c43b3f-ceff-43fa-88e9-7a9270b016c0","ReferredDoctorId":"8eef2bc9-633d-48bd-853e-326a95394b9d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5e555483-2258-4725-a409-a44a22aa14a7</Id> <Integrated>true</Integrated> <ReferringDoctorId>d4c43b3f-ceff-43fa-88e9-7a9270b016c0</ReferringDoctorId> <ReferredDoctorId>8eef2bc9-633d-48bd-853e-326a95394b9d</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. |