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": "11ddd6f7-943e-4ba2-9245-33be01374328",
"Integrated": true,
"ReferringDoctorId": "46e968d2-a536-47c4-b020-57ed3c0caad5",
"ReferredDoctorId": "b193d559-7824-47cd-ae00-cb0b4428c770",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"11ddd6f7-943e-4ba2-9245-33be01374328","Integrated":true,"ReferringDoctorId":"46e968d2-a536-47c4-b020-57ed3c0caad5","ReferredDoctorId":"b193d559-7824-47cd-ae00-cb0b4428c770","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>11ddd6f7-943e-4ba2-9245-33be01374328</Id> <Integrated>true</Integrated> <ReferringDoctorId>46e968d2-a536-47c4-b020-57ed3c0caad5</ReferringDoctorId> <ReferredDoctorId>b193d559-7824-47cd-ae00-cb0b4428c770</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. |