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": "2a26885d-d165-4a8e-8b27-3e057971694b", "Integrated": true, "ReferringDoctorId": "509ba26e-7c19-4b20-a8ba-a38c5da6e964", "ReferredDoctorId": "a72f430c-129f-412d-b8d9-1623fb76815b", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"2a26885d-d165-4a8e-8b27-3e057971694b","Integrated":true,"ReferringDoctorId":"509ba26e-7c19-4b20-a8ba-a38c5da6e964","ReferredDoctorId":"a72f430c-129f-412d-b8d9-1623fb76815b","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2a26885d-d165-4a8e-8b27-3e057971694b</Id> <Integrated>true</Integrated> <ReferringDoctorId>509ba26e-7c19-4b20-a8ba-a38c5da6e964</ReferringDoctorId> <ReferredDoctorId>a72f430c-129f-412d-b8d9-1623fb76815b</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. |