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": "e04d5bc5-d6af-4c99-b150-571006824230",
"Integrated": true,
"ReferringDoctorId": "79816d3e-40c1-4e37-86a5-b434be8a1203",
"ReferredDoctorId": "eb675c91-5397-44fc-9350-e7eb6d582e80",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e04d5bc5-d6af-4c99-b150-571006824230","Integrated":true,"ReferringDoctorId":"79816d3e-40c1-4e37-86a5-b434be8a1203","ReferredDoctorId":"eb675c91-5397-44fc-9350-e7eb6d582e80","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e04d5bc5-d6af-4c99-b150-571006824230</Id> <Integrated>true</Integrated> <ReferringDoctorId>79816d3e-40c1-4e37-86a5-b434be8a1203</ReferringDoctorId> <ReferredDoctorId>eb675c91-5397-44fc-9350-e7eb6d582e80</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. |