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": "448a76ca-3c8a-47df-9686-96951e73d93e",
"Integrated": true,
"ReferringDoctorId": "14141054-206c-4005-81c6-55d663095ab4",
"ReferredDoctorId": "68d2f5c4-c4c9-465c-b854-9e418a2c081e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"448a76ca-3c8a-47df-9686-96951e73d93e","Integrated":true,"ReferringDoctorId":"14141054-206c-4005-81c6-55d663095ab4","ReferredDoctorId":"68d2f5c4-c4c9-465c-b854-9e418a2c081e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>448a76ca-3c8a-47df-9686-96951e73d93e</Id> <Integrated>true</Integrated> <ReferringDoctorId>14141054-206c-4005-81c6-55d663095ab4</ReferringDoctorId> <ReferredDoctorId>68d2f5c4-c4c9-465c-b854-9e418a2c081e</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. |