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": "ab8a2828-265e-4c59-9c3e-e250b1272016",
"Integrated": true,
"ReferringDoctorId": "99ea7d12-5aca-4b32-9afd-fc1a36623d9e",
"ReferredDoctorId": "61cf909b-466c-4912-abe1-35f97b0d4a48",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ab8a2828-265e-4c59-9c3e-e250b1272016","Integrated":true,"ReferringDoctorId":"99ea7d12-5aca-4b32-9afd-fc1a36623d9e","ReferredDoctorId":"61cf909b-466c-4912-abe1-35f97b0d4a48","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ab8a2828-265e-4c59-9c3e-e250b1272016</Id> <Integrated>true</Integrated> <ReferringDoctorId>99ea7d12-5aca-4b32-9afd-fc1a36623d9e</ReferringDoctorId> <ReferredDoctorId>61cf909b-466c-4912-abe1-35f97b0d4a48</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. |