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": "a4e52157-0e9e-439f-b3c5-97d5340b36e5",
"Integrated": true,
"ReferringDoctorId": "5ed517ab-1ba1-4254-a558-2582552447a0",
"ReferredDoctorId": "982941da-0ed6-4b44-9515-8aaa0b894af0",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a4e52157-0e9e-439f-b3c5-97d5340b36e5","Integrated":true,"ReferringDoctorId":"5ed517ab-1ba1-4254-a558-2582552447a0","ReferredDoctorId":"982941da-0ed6-4b44-9515-8aaa0b894af0","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a4e52157-0e9e-439f-b3c5-97d5340b36e5</Id> <Integrated>true</Integrated> <ReferringDoctorId>5ed517ab-1ba1-4254-a558-2582552447a0</ReferringDoctorId> <ReferredDoctorId>982941da-0ed6-4b44-9515-8aaa0b894af0</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. |