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": "752ad298-a9ca-4b56-a233-ea7974f00ca0",
"Integrated": true,
"ReferringDoctorId": "51673eae-5b91-466c-ab71-18efe3b6c26c",
"ReferredDoctorId": "7d330054-f5ba-4261-b474-3ad8bc6b5e79",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"752ad298-a9ca-4b56-a233-ea7974f00ca0","Integrated":true,"ReferringDoctorId":"51673eae-5b91-466c-ab71-18efe3b6c26c","ReferredDoctorId":"7d330054-f5ba-4261-b474-3ad8bc6b5e79","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>752ad298-a9ca-4b56-a233-ea7974f00ca0</Id> <Integrated>true</Integrated> <ReferringDoctorId>51673eae-5b91-466c-ab71-18efe3b6c26c</ReferringDoctorId> <ReferredDoctorId>7d330054-f5ba-4261-b474-3ad8bc6b5e79</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. |