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": "213f7fda-e45d-4d32-a4ec-adf66a652679",
"Integrated": true,
"ReferringDoctorId": "caac5f2c-7bb8-471e-a8ef-79185c8689f3",
"ReferredDoctorId": "b6a8a53a-55b1-44bc-9a40-77c58c8c4eb4",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"213f7fda-e45d-4d32-a4ec-adf66a652679","Integrated":true,"ReferringDoctorId":"caac5f2c-7bb8-471e-a8ef-79185c8689f3","ReferredDoctorId":"b6a8a53a-55b1-44bc-9a40-77c58c8c4eb4","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>213f7fda-e45d-4d32-a4ec-adf66a652679</Id> <Integrated>true</Integrated> <ReferringDoctorId>caac5f2c-7bb8-471e-a8ef-79185c8689f3</ReferringDoctorId> <ReferredDoctorId>b6a8a53a-55b1-44bc-9a40-77c58c8c4eb4</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. |