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": "ece2739b-a185-4a12-bd46-8227e85576e2",
"Integrated": true,
"ReferringDoctorId": "18379058-a0d6-466e-835d-000bd6ae163c",
"ReferredDoctorId": "5b4c4fc6-b863-4a66-8a92-ae15bb15280c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ece2739b-a185-4a12-bd46-8227e85576e2","Integrated":true,"ReferringDoctorId":"18379058-a0d6-466e-835d-000bd6ae163c","ReferredDoctorId":"5b4c4fc6-b863-4a66-8a92-ae15bb15280c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ece2739b-a185-4a12-bd46-8227e85576e2</Id> <Integrated>true</Integrated> <ReferringDoctorId>18379058-a0d6-466e-835d-000bd6ae163c</ReferringDoctorId> <ReferredDoctorId>5b4c4fc6-b863-4a66-8a92-ae15bb15280c</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. |