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": "8070ea47-1861-40f1-a8ea-47fbb2eb7603",
"Integrated": true,
"ReferringDoctorId": "10963a25-f947-452b-ab6a-0217139d19ff",
"ReferredDoctorId": "3d0a1849-4155-4417-be3b-d7384528f001",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8070ea47-1861-40f1-a8ea-47fbb2eb7603","Integrated":true,"ReferringDoctorId":"10963a25-f947-452b-ab6a-0217139d19ff","ReferredDoctorId":"3d0a1849-4155-4417-be3b-d7384528f001","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8070ea47-1861-40f1-a8ea-47fbb2eb7603</Id> <Integrated>true</Integrated> <ReferringDoctorId>10963a25-f947-452b-ab6a-0217139d19ff</ReferringDoctorId> <ReferredDoctorId>3d0a1849-4155-4417-be3b-d7384528f001</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. |