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": "a1679bef-202d-45ac-9802-abca7ed591f2",
"Integrated": true,
"ReferringDoctorId": "7f9329ad-94b6-4fe8-b28c-a514c84a520b",
"ReferredDoctorId": "a436f413-c989-490a-8964-666810eda017",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a1679bef-202d-45ac-9802-abca7ed591f2","Integrated":true,"ReferringDoctorId":"7f9329ad-94b6-4fe8-b28c-a514c84a520b","ReferredDoctorId":"a436f413-c989-490a-8964-666810eda017","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a1679bef-202d-45ac-9802-abca7ed591f2</Id> <Integrated>true</Integrated> <ReferringDoctorId>7f9329ad-94b6-4fe8-b28c-a514c84a520b</ReferringDoctorId> <ReferredDoctorId>a436f413-c989-490a-8964-666810eda017</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. |