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": "bbc113db-ada9-4dce-b2c0-6dc458538805",
"Integrated": true,
"ReferringDoctorId": "ec4e1003-1369-4a5e-940a-b6d14942972a",
"ReferredDoctorId": "a7463c7e-9b67-4f12-bd8f-2c2b0e6af5b1",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"bbc113db-ada9-4dce-b2c0-6dc458538805","Integrated":true,"ReferringDoctorId":"ec4e1003-1369-4a5e-940a-b6d14942972a","ReferredDoctorId":"a7463c7e-9b67-4f12-bd8f-2c2b0e6af5b1","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>bbc113db-ada9-4dce-b2c0-6dc458538805</Id> <Integrated>true</Integrated> <ReferringDoctorId>ec4e1003-1369-4a5e-940a-b6d14942972a</ReferringDoctorId> <ReferredDoctorId>a7463c7e-9b67-4f12-bd8f-2c2b0e6af5b1</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. |