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": "2c35e52a-112b-4378-8164-15a7f96d855c",
"Integrated": true,
"ReferringDoctorId": "ca5f2c2d-4a07-4038-bce2-886bd9838cd7",
"ReferredDoctorId": "0377e16e-328c-4fc9-b558-ab46bd5a9a08",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"2c35e52a-112b-4378-8164-15a7f96d855c","Integrated":true,"ReferringDoctorId":"ca5f2c2d-4a07-4038-bce2-886bd9838cd7","ReferredDoctorId":"0377e16e-328c-4fc9-b558-ab46bd5a9a08","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2c35e52a-112b-4378-8164-15a7f96d855c</Id> <Integrated>true</Integrated> <ReferringDoctorId>ca5f2c2d-4a07-4038-bce2-886bd9838cd7</ReferringDoctorId> <ReferredDoctorId>0377e16e-328c-4fc9-b558-ab46bd5a9a08</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. |