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": "97a98c73-097f-4a13-8f3d-7760dc797018",
"Integrated": true,
"ReferringDoctorId": "a41bedea-a469-4d85-9328-fdc2aa5dbe18",
"ReferredDoctorId": "1fc66ad9-b74a-444d-9bba-25fadfdc58f8",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"97a98c73-097f-4a13-8f3d-7760dc797018","Integrated":true,"ReferringDoctorId":"a41bedea-a469-4d85-9328-fdc2aa5dbe18","ReferredDoctorId":"1fc66ad9-b74a-444d-9bba-25fadfdc58f8","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>97a98c73-097f-4a13-8f3d-7760dc797018</Id> <Integrated>true</Integrated> <ReferringDoctorId>a41bedea-a469-4d85-9328-fdc2aa5dbe18</ReferringDoctorId> <ReferredDoctorId>1fc66ad9-b74a-444d-9bba-25fadfdc58f8</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. |