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": "678781c4-ae6a-4c4c-84e8-40c524b37af0",
"Integrated": true,
"ReferringDoctorId": "41eb4f3e-57aa-4e7a-9d3a-658c96a8f3e4",
"ReferredDoctorId": "ab71b131-ad9b-4005-af43-d084ab15e672",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"678781c4-ae6a-4c4c-84e8-40c524b37af0","Integrated":true,"ReferringDoctorId":"41eb4f3e-57aa-4e7a-9d3a-658c96a8f3e4","ReferredDoctorId":"ab71b131-ad9b-4005-af43-d084ab15e672","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>678781c4-ae6a-4c4c-84e8-40c524b37af0</Id> <Integrated>true</Integrated> <ReferringDoctorId>41eb4f3e-57aa-4e7a-9d3a-658c96a8f3e4</ReferringDoctorId> <ReferredDoctorId>ab71b131-ad9b-4005-af43-d084ab15e672</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. |