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": "e2e9f6ab-9650-4465-99e8-1dbcfd7d0836",
"Integrated": true,
"ReferringDoctorId": "608ec01c-6243-4f96-85fc-7302497c4517",
"ReferredDoctorId": "b16ad57f-8694-437a-b2a2-defac34523f3",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e2e9f6ab-9650-4465-99e8-1dbcfd7d0836","Integrated":true,"ReferringDoctorId":"608ec01c-6243-4f96-85fc-7302497c4517","ReferredDoctorId":"b16ad57f-8694-437a-b2a2-defac34523f3","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e2e9f6ab-9650-4465-99e8-1dbcfd7d0836</Id> <Integrated>true</Integrated> <ReferringDoctorId>608ec01c-6243-4f96-85fc-7302497c4517</ReferringDoctorId> <ReferredDoctorId>b16ad57f-8694-437a-b2a2-defac34523f3</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. |