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": "e0319135-19e3-4ba0-9b11-300b5327fe2c",
"Integrated": true,
"ReferringDoctorId": "5e7504f5-be85-4e26-82e7-b736e2d16a3f",
"ReferredDoctorId": "5b991637-8607-428e-a603-d48eec16aab8",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e0319135-19e3-4ba0-9b11-300b5327fe2c","Integrated":true,"ReferringDoctorId":"5e7504f5-be85-4e26-82e7-b736e2d16a3f","ReferredDoctorId":"5b991637-8607-428e-a603-d48eec16aab8","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e0319135-19e3-4ba0-9b11-300b5327fe2c</Id> <Integrated>true</Integrated> <ReferringDoctorId>5e7504f5-be85-4e26-82e7-b736e2d16a3f</ReferringDoctorId> <ReferredDoctorId>5b991637-8607-428e-a603-d48eec16aab8</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. |