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": "f18f1f08-075c-4926-a117-d872fb57d7c0",
"Integrated": true,
"ReferringDoctorId": "774e2d0f-070d-4a5d-b139-720365516416",
"ReferredDoctorId": "6d688a78-1841-4fbd-8ba0-f3482c2e0b93",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"f18f1f08-075c-4926-a117-d872fb57d7c0","Integrated":true,"ReferringDoctorId":"774e2d0f-070d-4a5d-b139-720365516416","ReferredDoctorId":"6d688a78-1841-4fbd-8ba0-f3482c2e0b93","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>f18f1f08-075c-4926-a117-d872fb57d7c0</Id> <Integrated>true</Integrated> <ReferringDoctorId>774e2d0f-070d-4a5d-b139-720365516416</ReferringDoctorId> <ReferredDoctorId>6d688a78-1841-4fbd-8ba0-f3482c2e0b93</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. |