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": "70da8903-fea0-423b-9c65-f2553963789f",
"Integrated": true,
"ReferringDoctorId": "6aba5524-612a-4692-8a63-a02b3d944bac",
"ReferredDoctorId": "16c406f4-b1c2-4d50-a297-8f9830440be9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"70da8903-fea0-423b-9c65-f2553963789f","Integrated":true,"ReferringDoctorId":"6aba5524-612a-4692-8a63-a02b3d944bac","ReferredDoctorId":"16c406f4-b1c2-4d50-a297-8f9830440be9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>70da8903-fea0-423b-9c65-f2553963789f</Id> <Integrated>true</Integrated> <ReferringDoctorId>6aba5524-612a-4692-8a63-a02b3d944bac</ReferringDoctorId> <ReferredDoctorId>16c406f4-b1c2-4d50-a297-8f9830440be9</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. |