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": "e0c5571d-c03a-4b58-b9cc-fccd78483da8",
"Integrated": true,
"ReferringDoctorId": "124e9ff4-38e9-4e78-a9b4-c06382d9106e",
"ReferredDoctorId": "03f6a27f-14be-437d-a5d0-b2a9c95b510e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e0c5571d-c03a-4b58-b9cc-fccd78483da8","Integrated":true,"ReferringDoctorId":"124e9ff4-38e9-4e78-a9b4-c06382d9106e","ReferredDoctorId":"03f6a27f-14be-437d-a5d0-b2a9c95b510e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e0c5571d-c03a-4b58-b9cc-fccd78483da8</Id> <Integrated>true</Integrated> <ReferringDoctorId>124e9ff4-38e9-4e78-a9b4-c06382d9106e</ReferringDoctorId> <ReferredDoctorId>03f6a27f-14be-437d-a5d0-b2a9c95b510e</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. |