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": "6c325cdd-74c1-451d-9146-b40954ae40c5",
"Integrated": true,
"ReferringDoctorId": "2444200a-52e3-4e7b-897f-6d0508b61b5f",
"ReferredDoctorId": "ecbc841b-9e38-481e-be02-2f80c0b0eff4",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"6c325cdd-74c1-451d-9146-b40954ae40c5","Integrated":true,"ReferringDoctorId":"2444200a-52e3-4e7b-897f-6d0508b61b5f","ReferredDoctorId":"ecbc841b-9e38-481e-be02-2f80c0b0eff4","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>6c325cdd-74c1-451d-9146-b40954ae40c5</Id> <Integrated>true</Integrated> <ReferringDoctorId>2444200a-52e3-4e7b-897f-6d0508b61b5f</ReferringDoctorId> <ReferredDoctorId>ecbc841b-9e38-481e-be02-2f80c0b0eff4</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. |