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": "3d544fcd-af06-4508-acef-41bb8b530512",
"Integrated": true,
"ReferringDoctorId": "e66712da-82d8-4c37-ab49-e2e10a97400f",
"ReferredDoctorId": "b1d78e7c-58cc-4cad-a848-5141cc1b4365",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"3d544fcd-af06-4508-acef-41bb8b530512","Integrated":true,"ReferringDoctorId":"e66712da-82d8-4c37-ab49-e2e10a97400f","ReferredDoctorId":"b1d78e7c-58cc-4cad-a848-5141cc1b4365","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>3d544fcd-af06-4508-acef-41bb8b530512</Id> <Integrated>true</Integrated> <ReferringDoctorId>e66712da-82d8-4c37-ab49-e2e10a97400f</ReferringDoctorId> <ReferredDoctorId>b1d78e7c-58cc-4cad-a848-5141cc1b4365</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. |