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": "f52ab9ff-a952-45f0-b38b-7e80d30d2bab", "Integrated": true, "ReferringDoctorId": "98ad545c-63b6-4eb8-87b8-9e3fa1f809a4", "ReferredDoctorId": "d15133ed-0edd-48b2-9154-804b8ba2362f", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"f52ab9ff-a952-45f0-b38b-7e80d30d2bab","Integrated":true,"ReferringDoctorId":"98ad545c-63b6-4eb8-87b8-9e3fa1f809a4","ReferredDoctorId":"d15133ed-0edd-48b2-9154-804b8ba2362f","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>f52ab9ff-a952-45f0-b38b-7e80d30d2bab</Id> <Integrated>true</Integrated> <ReferringDoctorId>98ad545c-63b6-4eb8-87b8-9e3fa1f809a4</ReferringDoctorId> <ReferredDoctorId>d15133ed-0edd-48b2-9154-804b8ba2362f</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. |