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": "7a6ef95a-60d9-4624-a5e0-2fa1de5d9d86",
"Integrated": true,
"ReferringDoctorId": "20965e43-e520-4067-9452-94a084c27984",
"ReferredDoctorId": "8d015788-6a3b-425c-8b60-130dce6176ff",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"7a6ef95a-60d9-4624-a5e0-2fa1de5d9d86","Integrated":true,"ReferringDoctorId":"20965e43-e520-4067-9452-94a084c27984","ReferredDoctorId":"8d015788-6a3b-425c-8b60-130dce6176ff","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>7a6ef95a-60d9-4624-a5e0-2fa1de5d9d86</Id> <Integrated>true</Integrated> <ReferringDoctorId>20965e43-e520-4067-9452-94a084c27984</ReferringDoctorId> <ReferredDoctorId>8d015788-6a3b-425c-8b60-130dce6176ff</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. |