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": "a89fa97b-81ad-4a62-9baf-23dd257e0753",
"Integrated": true,
"ReferringDoctorId": "5cee3fb9-ec9b-4173-bd65-f808e36da90c",
"ReferredDoctorId": "87119020-a283-4379-9ffe-7a49dcc71dc8",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a89fa97b-81ad-4a62-9baf-23dd257e0753","Integrated":true,"ReferringDoctorId":"5cee3fb9-ec9b-4173-bd65-f808e36da90c","ReferredDoctorId":"87119020-a283-4379-9ffe-7a49dcc71dc8","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a89fa97b-81ad-4a62-9baf-23dd257e0753</Id> <Integrated>true</Integrated> <ReferringDoctorId>5cee3fb9-ec9b-4173-bd65-f808e36da90c</ReferringDoctorId> <ReferredDoctorId>87119020-a283-4379-9ffe-7a49dcc71dc8</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. |