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": "ae6d2ef0-0742-4999-872b-1882a3df5991",
"Integrated": true,
"ReferringDoctorId": "8710c98c-3ad0-4021-87c0-e58f3d8a9daf",
"ReferredDoctorId": "f3e4f6fa-2583-40d5-bbb0-c38c090ddd95",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ae6d2ef0-0742-4999-872b-1882a3df5991","Integrated":true,"ReferringDoctorId":"8710c98c-3ad0-4021-87c0-e58f3d8a9daf","ReferredDoctorId":"f3e4f6fa-2583-40d5-bbb0-c38c090ddd95","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ae6d2ef0-0742-4999-872b-1882a3df5991</Id> <Integrated>true</Integrated> <ReferringDoctorId>8710c98c-3ad0-4021-87c0-e58f3d8a9daf</ReferringDoctorId> <ReferredDoctorId>f3e4f6fa-2583-40d5-bbb0-c38c090ddd95</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. |