GET api/FeesReport/Mobile_GetDayFeesChargeList?StaffID={StaffID}&Day={Day}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffID | string |
Required |
|
| Day | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfMobile_FeesChargeList| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of Mobile_FeesChargeList |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"CName": "sample string 1",
"CID": "sample string 2",
"ChargeMoney": 3.0
},
{
"CName": "sample string 1",
"CID": "sample string 2",
"ChargeMoney": 3.0
}
]
}