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": "48964012-7de8-43d5-a123-c7193a1dd367",
"Integrated": true,
"ReferringDoctorId": "6404d016-bb36-4564-bec5-3947dcb25a98",
"ReferredDoctorId": "1244da7d-b966-4d89-b24e-003a967b110c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"48964012-7de8-43d5-a123-c7193a1dd367","Integrated":true,"ReferringDoctorId":"6404d016-bb36-4564-bec5-3947dcb25a98","ReferredDoctorId":"1244da7d-b966-4d89-b24e-003a967b110c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>48964012-7de8-43d5-a123-c7193a1dd367</Id> <Integrated>true</Integrated> <ReferringDoctorId>6404d016-bb36-4564-bec5-3947dcb25a98</ReferringDoctorId> <ReferredDoctorId>1244da7d-b966-4d89-b24e-003a967b110c</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. |