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": "4875b47c-0a25-485d-a9d1-22c15779ca05",
"Integrated": true,
"ReferringDoctorId": "a624fe83-5fc2-416d-aa45-8baea8c82c7b",
"ReferredDoctorId": "86c50ceb-2c8a-45e7-8fea-6225acb204e5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4875b47c-0a25-485d-a9d1-22c15779ca05","Integrated":true,"ReferringDoctorId":"a624fe83-5fc2-416d-aa45-8baea8c82c7b","ReferredDoctorId":"86c50ceb-2c8a-45e7-8fea-6225acb204e5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4875b47c-0a25-485d-a9d1-22c15779ca05</Id> <Integrated>true</Integrated> <ReferringDoctorId>a624fe83-5fc2-416d-aa45-8baea8c82c7b</ReferringDoctorId> <ReferredDoctorId>86c50ceb-2c8a-45e7-8fea-6225acb204e5</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. |