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": "64a0baa7-3f9b-4e36-9bf3-10c4950dcab5",
"Integrated": true,
"ReferringDoctorId": "8fc3b489-431d-4a39-9f7a-164dc30ea6f9",
"ReferredDoctorId": "ea299a0a-1d66-475f-ac68-fe8373ea2859",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"64a0baa7-3f9b-4e36-9bf3-10c4950dcab5","Integrated":true,"ReferringDoctorId":"8fc3b489-431d-4a39-9f7a-164dc30ea6f9","ReferredDoctorId":"ea299a0a-1d66-475f-ac68-fe8373ea2859","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>64a0baa7-3f9b-4e36-9bf3-10c4950dcab5</Id> <Integrated>true</Integrated> <ReferringDoctorId>8fc3b489-431d-4a39-9f7a-164dc30ea6f9</ReferringDoctorId> <ReferredDoctorId>ea299a0a-1d66-475f-ac68-fe8373ea2859</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. |