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": "b6742806-cedf-4388-b96e-e3d23fac6970",
"Integrated": true,
"ReferringDoctorId": "08f5182b-39c8-4f44-95ae-f50faf735a2c",
"ReferredDoctorId": "18331761-27d9-4a23-b324-85c198b324e2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b6742806-cedf-4388-b96e-e3d23fac6970","Integrated":true,"ReferringDoctorId":"08f5182b-39c8-4f44-95ae-f50faf735a2c","ReferredDoctorId":"18331761-27d9-4a23-b324-85c198b324e2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b6742806-cedf-4388-b96e-e3d23fac6970</Id> <Integrated>true</Integrated> <ReferringDoctorId>08f5182b-39c8-4f44-95ae-f50faf735a2c</ReferringDoctorId> <ReferredDoctorId>18331761-27d9-4a23-b324-85c198b324e2</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. |