POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | 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": "5defab9a-2eaf-40ca-9d57-bf927f951bfa",
"Integrated": true,
"ReferringDoctorId": "f871d1ef-7536-46fa-8aa9-287ac5df5587",
"ReferredDoctorId": "38cb592e-1fbb-408d-a56a-b508732f7efd",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5defab9a-2eaf-40ca-9d57-bf927f951bfa","Integrated":true,"ReferringDoctorId":"f871d1ef-7536-46fa-8aa9-287ac5df5587","ReferredDoctorId":"38cb592e-1fbb-408d-a56a-b508732f7efd","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5defab9a-2eaf-40ca-9d57-bf927f951bfa</Id> <Integrated>true</Integrated> <ReferringDoctorId>f871d1ef-7536-46fa-8aa9-287ac5df5587</ReferringDoctorId> <ReferredDoctorId>38cb592e-1fbb-408d-a56a-b508732f7efd</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
Response Information
Resource Description
HttpResponseMessage| Name | 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. |