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": "b0d79a63-2e50-44bd-9e1d-454c676c4e85",
"Integrated": true,
"ReferringDoctorId": "5acdb55b-0da8-4dc0-926b-703da9228acd",
"ReferredDoctorId": "ad13703d-1ffe-4e56-81e0-a7afa5f8318c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b0d79a63-2e50-44bd-9e1d-454c676c4e85","Integrated":true,"ReferringDoctorId":"5acdb55b-0da8-4dc0-926b-703da9228acd","ReferredDoctorId":"ad13703d-1ffe-4e56-81e0-a7afa5f8318c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b0d79a63-2e50-44bd-9e1d-454c676c4e85</Id> <Integrated>true</Integrated> <ReferringDoctorId>5acdb55b-0da8-4dc0-926b-703da9228acd</ReferringDoctorId> <ReferredDoctorId>ad13703d-1ffe-4e56-81e0-a7afa5f8318c</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. |