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": "9e363364-e8cd-4924-b42c-5e3245ada904",
"Integrated": true,
"ReferringDoctorId": "2a18dd8a-178c-4617-99b2-ccd70f1689e6",
"ReferredDoctorId": "dd00eacd-87cc-4252-8ba4-238f65713efb",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9e363364-e8cd-4924-b42c-5e3245ada904","Integrated":true,"ReferringDoctorId":"2a18dd8a-178c-4617-99b2-ccd70f1689e6","ReferredDoctorId":"dd00eacd-87cc-4252-8ba4-238f65713efb","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9e363364-e8cd-4924-b42c-5e3245ada904</Id> <Integrated>true</Integrated> <ReferringDoctorId>2a18dd8a-178c-4617-99b2-ccd70f1689e6</ReferringDoctorId> <ReferredDoctorId>dd00eacd-87cc-4252-8ba4-238f65713efb</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. |