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": "345534c2-961a-42cb-bd7c-ee990f780640",
"Integrated": true,
"ReferringDoctorId": "f9799edc-9224-4a6d-9b0d-b896017af030",
"ReferredDoctorId": "f35be846-473c-4f9e-8ed0-100b0a3d0803",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"345534c2-961a-42cb-bd7c-ee990f780640","Integrated":true,"ReferringDoctorId":"f9799edc-9224-4a6d-9b0d-b896017af030","ReferredDoctorId":"f35be846-473c-4f9e-8ed0-100b0a3d0803","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>345534c2-961a-42cb-bd7c-ee990f780640</Id> <Integrated>true</Integrated> <ReferringDoctorId>f9799edc-9224-4a6d-9b0d-b896017af030</ReferringDoctorId> <ReferredDoctorId>f35be846-473c-4f9e-8ed0-100b0a3d0803</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. |