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": "6e0b6f4e-4c97-424b-9964-4a40e1cb1a70",
"Integrated": true,
"ReferringDoctorId": "bd67b3bb-f456-4cb9-82b9-f491d81fd897",
"ReferredDoctorId": "ca750836-3cb3-4c6f-a9ff-2858956cf846",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"6e0b6f4e-4c97-424b-9964-4a40e1cb1a70","Integrated":true,"ReferringDoctorId":"bd67b3bb-f456-4cb9-82b9-f491d81fd897","ReferredDoctorId":"ca750836-3cb3-4c6f-a9ff-2858956cf846","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>6e0b6f4e-4c97-424b-9964-4a40e1cb1a70</Id> <Integrated>true</Integrated> <ReferringDoctorId>bd67b3bb-f456-4cb9-82b9-f491d81fd897</ReferringDoctorId> <ReferredDoctorId>ca750836-3cb3-4c6f-a9ff-2858956cf846</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. |