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": "cfcc14f9-9c3d-4f7b-b9a7-fbe8bedfbb7a",
"Integrated": true,
"ReferringDoctorId": "ea1463c4-8b98-4f16-8a43-6b3c3926271a",
"ReferredDoctorId": "0ca676a4-b481-4efc-b7c5-7297447be90b",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"cfcc14f9-9c3d-4f7b-b9a7-fbe8bedfbb7a","Integrated":true,"ReferringDoctorId":"ea1463c4-8b98-4f16-8a43-6b3c3926271a","ReferredDoctorId":"0ca676a4-b481-4efc-b7c5-7297447be90b","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>cfcc14f9-9c3d-4f7b-b9a7-fbe8bedfbb7a</Id> <Integrated>true</Integrated> <ReferringDoctorId>ea1463c4-8b98-4f16-8a43-6b3c3926271a</ReferringDoctorId> <ReferredDoctorId>0ca676a4-b481-4efc-b7c5-7297447be90b</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. |