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": "908ec531-3a7c-410a-af50-336c1d43ef87",
"Integrated": true,
"ReferringDoctorId": "715e9e9d-1ff8-4836-89b5-a2ee0ce97c77",
"ReferredDoctorId": "4f2f415e-9603-4446-aa70-e7620c53b97b",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"908ec531-3a7c-410a-af50-336c1d43ef87","Integrated":true,"ReferringDoctorId":"715e9e9d-1ff8-4836-89b5-a2ee0ce97c77","ReferredDoctorId":"4f2f415e-9603-4446-aa70-e7620c53b97b","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>908ec531-3a7c-410a-af50-336c1d43ef87</Id> <Integrated>true</Integrated> <ReferringDoctorId>715e9e9d-1ff8-4836-89b5-a2ee0ce97c77</ReferringDoctorId> <ReferredDoctorId>4f2f415e-9603-4446-aa70-e7620c53b97b</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. |