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": "e176a90b-295f-45f0-bb51-cb2456043a79",
"Integrated": true,
"ReferringDoctorId": "b411b447-64ca-4f62-a51d-8c837abdb2f8",
"ReferredDoctorId": "a395f02f-9e94-49fa-8f96-352a7d1a3433",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e176a90b-295f-45f0-bb51-cb2456043a79","Integrated":true,"ReferringDoctorId":"b411b447-64ca-4f62-a51d-8c837abdb2f8","ReferredDoctorId":"a395f02f-9e94-49fa-8f96-352a7d1a3433","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e176a90b-295f-45f0-bb51-cb2456043a79</Id> <Integrated>true</Integrated> <ReferringDoctorId>b411b447-64ca-4f62-a51d-8c837abdb2f8</ReferringDoctorId> <ReferredDoctorId>a395f02f-9e94-49fa-8f96-352a7d1a3433</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. |