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": "40099596-ba4a-4e29-92a6-ae6dd16f1849",
"Integrated": true,
"ReferringDoctorId": "487e1b4c-8c95-4748-a28b-592f6bda8a92",
"ReferredDoctorId": "ec6971fe-9218-42e8-890a-51afe9cc6aac",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"40099596-ba4a-4e29-92a6-ae6dd16f1849","Integrated":true,"ReferringDoctorId":"487e1b4c-8c95-4748-a28b-592f6bda8a92","ReferredDoctorId":"ec6971fe-9218-42e8-890a-51afe9cc6aac","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>40099596-ba4a-4e29-92a6-ae6dd16f1849</Id> <Integrated>true</Integrated> <ReferringDoctorId>487e1b4c-8c95-4748-a28b-592f6bda8a92</ReferringDoctorId> <ReferredDoctorId>ec6971fe-9218-42e8-890a-51afe9cc6aac</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. |