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": "90edc1c7-6a9a-48d9-9e7d-8b0d6a657fbd",
"Integrated": true,
"ReferringDoctorId": "dba66f19-e04b-4f58-add3-cda030a3f7ac",
"ReferredDoctorId": "f1d70e6f-4626-4ccf-a78f-d95a38561620",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"90edc1c7-6a9a-48d9-9e7d-8b0d6a657fbd","Integrated":true,"ReferringDoctorId":"dba66f19-e04b-4f58-add3-cda030a3f7ac","ReferredDoctorId":"f1d70e6f-4626-4ccf-a78f-d95a38561620","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>90edc1c7-6a9a-48d9-9e7d-8b0d6a657fbd</Id> <Integrated>true</Integrated> <ReferringDoctorId>dba66f19-e04b-4f58-add3-cda030a3f7ac</ReferringDoctorId> <ReferredDoctorId>f1d70e6f-4626-4ccf-a78f-d95a38561620</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. |