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": "abff2249-2ecf-46de-b431-34c62345a82e",
"Integrated": true,
"ReferringDoctorId": "b08bc189-5138-4ea7-b0e6-97b147e19eca",
"ReferredDoctorId": "3b1c8302-7c1d-4102-aa82-f4948debe2a5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"abff2249-2ecf-46de-b431-34c62345a82e","Integrated":true,"ReferringDoctorId":"b08bc189-5138-4ea7-b0e6-97b147e19eca","ReferredDoctorId":"3b1c8302-7c1d-4102-aa82-f4948debe2a5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>abff2249-2ecf-46de-b431-34c62345a82e</Id> <Integrated>true</Integrated> <ReferringDoctorId>b08bc189-5138-4ea7-b0e6-97b147e19eca</ReferringDoctorId> <ReferredDoctorId>3b1c8302-7c1d-4102-aa82-f4948debe2a5</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. |