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": "8c7c13f0-7454-4e5d-98e5-b16ee0718700",
"Integrated": true,
"ReferringDoctorId": "e27f35d9-4f84-41c6-b3fc-2a67eecd8a32",
"ReferredDoctorId": "839420e7-4c97-4fb0-a61a-3579418bfa21",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8c7c13f0-7454-4e5d-98e5-b16ee0718700","Integrated":true,"ReferringDoctorId":"e27f35d9-4f84-41c6-b3fc-2a67eecd8a32","ReferredDoctorId":"839420e7-4c97-4fb0-a61a-3579418bfa21","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8c7c13f0-7454-4e5d-98e5-b16ee0718700</Id> <Integrated>true</Integrated> <ReferringDoctorId>e27f35d9-4f84-41c6-b3fc-2a67eecd8a32</ReferringDoctorId> <ReferredDoctorId>839420e7-4c97-4fb0-a61a-3579418bfa21</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. |