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": "5b5a5054-b5da-48b7-a110-d38f268f10cd",
"Integrated": true,
"ReferringDoctorId": "340599ab-6862-4a47-a7af-8be0dacdd029",
"ReferredDoctorId": "f3af49fb-0597-4f0b-854e-3577d77d6028",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5b5a5054-b5da-48b7-a110-d38f268f10cd","Integrated":true,"ReferringDoctorId":"340599ab-6862-4a47-a7af-8be0dacdd029","ReferredDoctorId":"f3af49fb-0597-4f0b-854e-3577d77d6028","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5b5a5054-b5da-48b7-a110-d38f268f10cd</Id> <Integrated>true</Integrated> <ReferringDoctorId>340599ab-6862-4a47-a7af-8be0dacdd029</ReferringDoctorId> <ReferredDoctorId>f3af49fb-0597-4f0b-854e-3577d77d6028</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. |