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": "64f4476f-2d4d-4dc5-9ec0-a733b6d4c06f",
"Integrated": true,
"ReferringDoctorId": "70eafc8f-9261-4685-86c6-7d03bf40cba1",
"ReferredDoctorId": "db3a48ee-5cb8-4231-935a-dcd440d795df",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"64f4476f-2d4d-4dc5-9ec0-a733b6d4c06f","Integrated":true,"ReferringDoctorId":"70eafc8f-9261-4685-86c6-7d03bf40cba1","ReferredDoctorId":"db3a48ee-5cb8-4231-935a-dcd440d795df","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>64f4476f-2d4d-4dc5-9ec0-a733b6d4c06f</Id> <Integrated>true</Integrated> <ReferringDoctorId>70eafc8f-9261-4685-86c6-7d03bf40cba1</ReferringDoctorId> <ReferredDoctorId>db3a48ee-5cb8-4231-935a-dcd440d795df</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. |