GET api/DashBoard/Get?UserId={UserId}&CID={CID}&Location={Location}&RoleId={RoleId}&dtfrStr={dtfrStr}&dttoStr={dttoStr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| CID | string |
Required |
|
| Location | string |
Required |
|
| RoleId | string |
Required |
|
| dtfrStr | string |
Required |
|
| dttoStr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HomeMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientRegList | Collection of Object |
None. |
|
| PatientEnqList | Collection of Object |
None. |
|
| PatientAppointmentList | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"PatientRegList": null,
"PatientEnqList": null,
"PatientAppointmentList": null
}
text/html
Sample:
{"PatientRegList":null,"PatientEnqList":null,"PatientAppointmentList":null}
application/xml, text/xml
Sample:
<HomeMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.DashBoard"> <PatientAppointmentList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <PatientEnqList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> <PatientRegList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ERPCoreWebAPI.Models.Entities" i:nil="true" /> </HomeMasterModel>