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": "a7ec5976-27d4-48b9-bbde-b9985969d2d3", "Integrated": true, "ReferringDoctorId": "86687db8-2e2b-4556-b6b8-04eafa814042", "ReferredDoctorId": "0713bc2d-f3de-4eeb-ae3c-23c2ee52abbc", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"a7ec5976-27d4-48b9-bbde-b9985969d2d3","Integrated":true,"ReferringDoctorId":"86687db8-2e2b-4556-b6b8-04eafa814042","ReferredDoctorId":"0713bc2d-f3de-4eeb-ae3c-23c2ee52abbc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a7ec5976-27d4-48b9-bbde-b9985969d2d3</Id> <Integrated>true</Integrated> <ReferringDoctorId>86687db8-2e2b-4556-b6b8-04eafa814042</ReferringDoctorId> <ReferredDoctorId>0713bc2d-f3de-4eeb-ae3c-23c2ee52abbc</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. |