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": "541061c1-2536-4db1-b231-60d09ab00702",
"Integrated": true,
"ReferringDoctorId": "f57e4582-8893-4ebe-8005-f652aa9350aa",
"ReferredDoctorId": "efdfbb70-04a7-4024-a88e-c673bf36e589",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"541061c1-2536-4db1-b231-60d09ab00702","Integrated":true,"ReferringDoctorId":"f57e4582-8893-4ebe-8005-f652aa9350aa","ReferredDoctorId":"efdfbb70-04a7-4024-a88e-c673bf36e589","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>541061c1-2536-4db1-b231-60d09ab00702</Id> <Integrated>true</Integrated> <ReferringDoctorId>f57e4582-8893-4ebe-8005-f652aa9350aa</ReferringDoctorId> <ReferredDoctorId>efdfbb70-04a7-4024-a88e-c673bf36e589</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. |