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": "eb19be2b-6133-43c1-9944-e2f90d0887ac", "Integrated": true, "ReferringDoctorId": "4b34f75f-cf96-47f9-909b-d5a024cc5106", "ReferredDoctorId": "4d4ae9a2-08fe-4a24-9dc7-14a2b2cca67d", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"eb19be2b-6133-43c1-9944-e2f90d0887ac","Integrated":true,"ReferringDoctorId":"4b34f75f-cf96-47f9-909b-d5a024cc5106","ReferredDoctorId":"4d4ae9a2-08fe-4a24-9dc7-14a2b2cca67d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>eb19be2b-6133-43c1-9944-e2f90d0887ac</Id> <Integrated>true</Integrated> <ReferringDoctorId>4b34f75f-cf96-47f9-909b-d5a024cc5106</ReferringDoctorId> <ReferredDoctorId>4d4ae9a2-08fe-4a24-9dc7-14a2b2cca67d</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. |