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": "e75fb23d-5450-4fc0-8008-9824c0690b00",
"Integrated": true,
"ReferringDoctorId": "85d4875c-5503-492f-ada6-c51b9a5f7597",
"ReferredDoctorId": "cbed9112-9885-47ab-b56e-2c63336fa46c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e75fb23d-5450-4fc0-8008-9824c0690b00","Integrated":true,"ReferringDoctorId":"85d4875c-5503-492f-ada6-c51b9a5f7597","ReferredDoctorId":"cbed9112-9885-47ab-b56e-2c63336fa46c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e75fb23d-5450-4fc0-8008-9824c0690b00</Id> <Integrated>true</Integrated> <ReferringDoctorId>85d4875c-5503-492f-ada6-c51b9a5f7597</ReferringDoctorId> <ReferredDoctorId>cbed9112-9885-47ab-b56e-2c63336fa46c</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. |