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": "c1d6b2da-86cc-4649-9a38-8a44cb1dbee0",
"Integrated": true,
"ReferringDoctorId": "c7795aa4-44f2-4a90-a984-70eb6811e0bb",
"ReferredDoctorId": "64ea96c7-f0ec-47b5-b37d-ad8ad4493fc2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c1d6b2da-86cc-4649-9a38-8a44cb1dbee0","Integrated":true,"ReferringDoctorId":"c7795aa4-44f2-4a90-a984-70eb6811e0bb","ReferredDoctorId":"64ea96c7-f0ec-47b5-b37d-ad8ad4493fc2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c1d6b2da-86cc-4649-9a38-8a44cb1dbee0</Id> <Integrated>true</Integrated> <ReferringDoctorId>c7795aa4-44f2-4a90-a984-70eb6811e0bb</ReferringDoctorId> <ReferredDoctorId>64ea96c7-f0ec-47b5-b37d-ad8ad4493fc2</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. |