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": "4d78f6e3-263b-44e3-9d23-2aab75dfae54",
"Integrated": true,
"ReferringDoctorId": "3e3e0c5c-428b-4902-9ba8-51a67e216021",
"ReferredDoctorId": "94c9b84c-0e52-4f26-ad1f-bce6348470f5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4d78f6e3-263b-44e3-9d23-2aab75dfae54","Integrated":true,"ReferringDoctorId":"3e3e0c5c-428b-4902-9ba8-51a67e216021","ReferredDoctorId":"94c9b84c-0e52-4f26-ad1f-bce6348470f5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4d78f6e3-263b-44e3-9d23-2aab75dfae54</Id> <Integrated>true</Integrated> <ReferringDoctorId>3e3e0c5c-428b-4902-9ba8-51a67e216021</ReferringDoctorId> <ReferredDoctorId>94c9b84c-0e52-4f26-ad1f-bce6348470f5</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. |