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": "0e592970-5676-44c2-a5ca-de19f15386f9",
"Integrated": true,
"ReferringDoctorId": "363514d6-2c67-4fd2-bda3-f01568d0d6ed",
"ReferredDoctorId": "eb0c73fc-b17e-40e3-94d9-82653273aed9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"0e592970-5676-44c2-a5ca-de19f15386f9","Integrated":true,"ReferringDoctorId":"363514d6-2c67-4fd2-bda3-f01568d0d6ed","ReferredDoctorId":"eb0c73fc-b17e-40e3-94d9-82653273aed9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>0e592970-5676-44c2-a5ca-de19f15386f9</Id> <Integrated>true</Integrated> <ReferringDoctorId>363514d6-2c67-4fd2-bda3-f01568d0d6ed</ReferringDoctorId> <ReferredDoctorId>eb0c73fc-b17e-40e3-94d9-82653273aed9</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. |