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": "1d19c5e4-e733-4f89-8032-3320f429518b",
"Integrated": true,
"ReferringDoctorId": "545a761e-6ad5-45ca-b172-4e96bf956040",
"ReferredDoctorId": "38126171-d718-49b8-8c1d-6ff6742084bc",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"1d19c5e4-e733-4f89-8032-3320f429518b","Integrated":true,"ReferringDoctorId":"545a761e-6ad5-45ca-b172-4e96bf956040","ReferredDoctorId":"38126171-d718-49b8-8c1d-6ff6742084bc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1d19c5e4-e733-4f89-8032-3320f429518b</Id> <Integrated>true</Integrated> <ReferringDoctorId>545a761e-6ad5-45ca-b172-4e96bf956040</ReferringDoctorId> <ReferredDoctorId>38126171-d718-49b8-8c1d-6ff6742084bc</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. |