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": "5208609e-5762-48e3-bdd3-a4d6ca4f0e70",
"Integrated": true,
"ReferringDoctorId": "f0c35e38-5c37-465a-8cf0-c812239a1e90",
"ReferredDoctorId": "a0f6475e-595b-4a4f-b062-173f179122fd",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5208609e-5762-48e3-bdd3-a4d6ca4f0e70","Integrated":true,"ReferringDoctorId":"f0c35e38-5c37-465a-8cf0-c812239a1e90","ReferredDoctorId":"a0f6475e-595b-4a4f-b062-173f179122fd","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5208609e-5762-48e3-bdd3-a4d6ca4f0e70</Id> <Integrated>true</Integrated> <ReferringDoctorId>f0c35e38-5c37-465a-8cf0-c812239a1e90</ReferringDoctorId> <ReferredDoctorId>a0f6475e-595b-4a4f-b062-173f179122fd</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. |