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": "b429d64f-380e-4f84-9558-4024d904582b",
"Integrated": true,
"ReferringDoctorId": "df6bd1a6-1075-4a54-9b09-ac3458fa8828",
"ReferredDoctorId": "a65ca854-8a83-4703-9391-fa7747e66720",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b429d64f-380e-4f84-9558-4024d904582b","Integrated":true,"ReferringDoctorId":"df6bd1a6-1075-4a54-9b09-ac3458fa8828","ReferredDoctorId":"a65ca854-8a83-4703-9391-fa7747e66720","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b429d64f-380e-4f84-9558-4024d904582b</Id> <Integrated>true</Integrated> <ReferringDoctorId>df6bd1a6-1075-4a54-9b09-ac3458fa8828</ReferringDoctorId> <ReferredDoctorId>a65ca854-8a83-4703-9391-fa7747e66720</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. |