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": "a6f05086-2292-40d1-91b3-990ac0ccd8fc",
"Integrated": true,
"ReferringDoctorId": "60d58741-6b6b-4771-9119-1ec52c09e252",
"ReferredDoctorId": "3df1f51d-055f-4d2d-ab34-eeece7c983e9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a6f05086-2292-40d1-91b3-990ac0ccd8fc","Integrated":true,"ReferringDoctorId":"60d58741-6b6b-4771-9119-1ec52c09e252","ReferredDoctorId":"3df1f51d-055f-4d2d-ab34-eeece7c983e9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a6f05086-2292-40d1-91b3-990ac0ccd8fc</Id> <Integrated>true</Integrated> <ReferringDoctorId>60d58741-6b6b-4771-9119-1ec52c09e252</ReferringDoctorId> <ReferredDoctorId>3df1f51d-055f-4d2d-ab34-eeece7c983e9</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. |