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": "65b679be-8d2e-498a-b867-3dda87a723bb",
"Integrated": true,
"ReferringDoctorId": "b6ce1a90-cff2-48e5-81ec-a700e8471b74",
"ReferredDoctorId": "38ec8868-a91a-486f-909d-7af7a0b7f05d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"65b679be-8d2e-498a-b867-3dda87a723bb","Integrated":true,"ReferringDoctorId":"b6ce1a90-cff2-48e5-81ec-a700e8471b74","ReferredDoctorId":"38ec8868-a91a-486f-909d-7af7a0b7f05d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>65b679be-8d2e-498a-b867-3dda87a723bb</Id> <Integrated>true</Integrated> <ReferringDoctorId>b6ce1a90-cff2-48e5-81ec-a700e8471b74</ReferringDoctorId> <ReferredDoctorId>38ec8868-a91a-486f-909d-7af7a0b7f05d</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. |