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": "83537d1c-205f-4b36-9aff-9b1d45210e35",
"Integrated": true,
"ReferringDoctorId": "bf812510-68ce-4f1d-ac70-9ae56d7ee84f",
"ReferredDoctorId": "4aab80a7-bc02-4d2c-badf-3f4334cc768c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"83537d1c-205f-4b36-9aff-9b1d45210e35","Integrated":true,"ReferringDoctorId":"bf812510-68ce-4f1d-ac70-9ae56d7ee84f","ReferredDoctorId":"4aab80a7-bc02-4d2c-badf-3f4334cc768c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>83537d1c-205f-4b36-9aff-9b1d45210e35</Id> <Integrated>true</Integrated> <ReferringDoctorId>bf812510-68ce-4f1d-ac70-9ae56d7ee84f</ReferringDoctorId> <ReferredDoctorId>4aab80a7-bc02-4d2c-badf-3f4334cc768c</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. |