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": "a4349175-0e1c-4bc1-9d5a-347b025a561f",
"Integrated": true,
"ReferringDoctorId": "83e47140-3dd3-476a-94bd-b5a95b1e70f7",
"ReferredDoctorId": "798aaf13-454e-4672-a7e1-a0b33706cdf2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a4349175-0e1c-4bc1-9d5a-347b025a561f","Integrated":true,"ReferringDoctorId":"83e47140-3dd3-476a-94bd-b5a95b1e70f7","ReferredDoctorId":"798aaf13-454e-4672-a7e1-a0b33706cdf2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a4349175-0e1c-4bc1-9d5a-347b025a561f</Id> <Integrated>true</Integrated> <ReferringDoctorId>83e47140-3dd3-476a-94bd-b5a95b1e70f7</ReferringDoctorId> <ReferredDoctorId>798aaf13-454e-4672-a7e1-a0b33706cdf2</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. |