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": "f8b2d21b-cb19-4c48-b7ce-aa3ecfabe93b",
"Integrated": true,
"ReferringDoctorId": "bd7c758c-816a-45a7-b600-793d8ecdc608",
"ReferredDoctorId": "0811b998-bb99-4473-ada5-6f416913a3f7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"f8b2d21b-cb19-4c48-b7ce-aa3ecfabe93b","Integrated":true,"ReferringDoctorId":"bd7c758c-816a-45a7-b600-793d8ecdc608","ReferredDoctorId":"0811b998-bb99-4473-ada5-6f416913a3f7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>f8b2d21b-cb19-4c48-b7ce-aa3ecfabe93b</Id> <Integrated>true</Integrated> <ReferringDoctorId>bd7c758c-816a-45a7-b600-793d8ecdc608</ReferringDoctorId> <ReferredDoctorId>0811b998-bb99-4473-ada5-6f416913a3f7</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. |