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": "c4df2f95-0150-4054-8fa0-dd13223bc799",
"Integrated": true,
"ReferringDoctorId": "edeedada-0ea2-4b1d-a067-adf092f0fec8",
"ReferredDoctorId": "0e47c31e-465a-4ad8-bb74-e862a9fae0d9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c4df2f95-0150-4054-8fa0-dd13223bc799","Integrated":true,"ReferringDoctorId":"edeedada-0ea2-4b1d-a067-adf092f0fec8","ReferredDoctorId":"0e47c31e-465a-4ad8-bb74-e862a9fae0d9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c4df2f95-0150-4054-8fa0-dd13223bc799</Id> <Integrated>true</Integrated> <ReferringDoctorId>edeedada-0ea2-4b1d-a067-adf092f0fec8</ReferringDoctorId> <ReferredDoctorId>0e47c31e-465a-4ad8-bb74-e862a9fae0d9</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. |