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": "71139050-6c17-4157-a0f4-43074ea57cc9", "Integrated": true, "ReferringDoctorId": "829cfd2c-f1a4-417c-b763-b2586286825e", "ReferredDoctorId": "271668c2-7f62-4e52-b52e-252b673a1500", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"71139050-6c17-4157-a0f4-43074ea57cc9","Integrated":true,"ReferringDoctorId":"829cfd2c-f1a4-417c-b763-b2586286825e","ReferredDoctorId":"271668c2-7f62-4e52-b52e-252b673a1500","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>71139050-6c17-4157-a0f4-43074ea57cc9</Id> <Integrated>true</Integrated> <ReferringDoctorId>829cfd2c-f1a4-417c-b763-b2586286825e</ReferringDoctorId> <ReferredDoctorId>271668c2-7f62-4e52-b52e-252b673a1500</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. |