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": "ebe736c7-ab07-4f8e-a04f-4e646e138d6c",
"Integrated": true,
"ReferringDoctorId": "65648329-0d58-4be3-927e-ac4eb4ce7e6a",
"ReferredDoctorId": "a4501554-cb9d-43b6-bef7-bbfc26c6c992",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ebe736c7-ab07-4f8e-a04f-4e646e138d6c","Integrated":true,"ReferringDoctorId":"65648329-0d58-4be3-927e-ac4eb4ce7e6a","ReferredDoctorId":"a4501554-cb9d-43b6-bef7-bbfc26c6c992","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ebe736c7-ab07-4f8e-a04f-4e646e138d6c</Id> <Integrated>true</Integrated> <ReferringDoctorId>65648329-0d58-4be3-927e-ac4eb4ce7e6a</ReferringDoctorId> <ReferredDoctorId>a4501554-cb9d-43b6-bef7-bbfc26c6c992</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. |