POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApiName | 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": "a1369d0d-769c-4f78-b691-042f522e6e20", "Integrated": true, "ReferringDoctorId": "12d3383f-053f-4847-8965-ed4eda313e79", "ReferredDoctorId": "e9ab1c5e-7506-47e9-b4f1-a4fb36c3fecb", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"a1369d0d-769c-4f78-b691-042f522e6e20","Integrated":true,"ReferringDoctorId":"12d3383f-053f-4847-8965-ed4eda313e79","ReferredDoctorId":"e9ab1c5e-7506-47e9-b4f1-a4fb36c3fecb","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a1369d0d-769c-4f78-b691-042f522e6e20</Id> <Integrated>true</Integrated> <ReferringDoctorId>12d3383f-053f-4847-8965-ed4eda313e79</ReferringDoctorId> <ReferredDoctorId>e9ab1c5e-7506-47e9-b4f1-a4fb36c3fecb</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
Response Information
Resource Description
HttpResponseMessageName | 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. |