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": "433db215-1ac5-4b42-8e49-2c834f51622f",
"Integrated": true,
"ReferringDoctorId": "5bbfe342-2554-4153-8151-b705a2705405",
"ReferredDoctorId": "c54f1872-f4d0-4164-89bc-479f529e2b21",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"433db215-1ac5-4b42-8e49-2c834f51622f","Integrated":true,"ReferringDoctorId":"5bbfe342-2554-4153-8151-b705a2705405","ReferredDoctorId":"c54f1872-f4d0-4164-89bc-479f529e2b21","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>433db215-1ac5-4b42-8e49-2c834f51622f</Id> <Integrated>true</Integrated> <ReferringDoctorId>5bbfe342-2554-4153-8151-b705a2705405</ReferringDoctorId> <ReferredDoctorId>c54f1872-f4d0-4164-89bc-479f529e2b21</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. |