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": "40563883-2990-498d-a4e9-48d7464e49e6",
"Integrated": true,
"ReferringDoctorId": "7fb1c165-0b40-4038-927b-87fea76ec473",
"ReferredDoctorId": "9a9f3291-803a-427a-b96a-29fb3093c145",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"40563883-2990-498d-a4e9-48d7464e49e6","Integrated":true,"ReferringDoctorId":"7fb1c165-0b40-4038-927b-87fea76ec473","ReferredDoctorId":"9a9f3291-803a-427a-b96a-29fb3093c145","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>40563883-2990-498d-a4e9-48d7464e49e6</Id> <Integrated>true</Integrated> <ReferringDoctorId>7fb1c165-0b40-4038-927b-87fea76ec473</ReferringDoctorId> <ReferredDoctorId>9a9f3291-803a-427a-b96a-29fb3093c145</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. |