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": "a9551e1d-3a83-44de-82fc-0855065bb4e5",
"Integrated": true,
"ReferringDoctorId": "1862eee8-5341-47c0-8b4d-063927c70f28",
"ReferredDoctorId": "292e4e78-55b6-4e8f-bbff-7723e377ee6d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a9551e1d-3a83-44de-82fc-0855065bb4e5","Integrated":true,"ReferringDoctorId":"1862eee8-5341-47c0-8b4d-063927c70f28","ReferredDoctorId":"292e4e78-55b6-4e8f-bbff-7723e377ee6d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a9551e1d-3a83-44de-82fc-0855065bb4e5</Id> <Integrated>true</Integrated> <ReferringDoctorId>1862eee8-5341-47c0-8b4d-063927c70f28</ReferringDoctorId> <ReferredDoctorId>292e4e78-55b6-4e8f-bbff-7723e377ee6d</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. |