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": "3a55805b-5216-4b3c-a345-5302c6591f21",
"Integrated": true,
"ReferringDoctorId": "29008f2e-eded-430b-af14-8564389e4c99",
"ReferredDoctorId": "d8265e0a-8622-4a9d-8b97-0620ec7110c9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"3a55805b-5216-4b3c-a345-5302c6591f21","Integrated":true,"ReferringDoctorId":"29008f2e-eded-430b-af14-8564389e4c99","ReferredDoctorId":"d8265e0a-8622-4a9d-8b97-0620ec7110c9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>3a55805b-5216-4b3c-a345-5302c6591f21</Id> <Integrated>true</Integrated> <ReferringDoctorId>29008f2e-eded-430b-af14-8564389e4c99</ReferringDoctorId> <ReferredDoctorId>d8265e0a-8622-4a9d-8b97-0620ec7110c9</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. |