GET api/FeesReport/Mobile_GetMonthFeesChargeInfo?CID={CID}&Month={Month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CID

string

Required

Month

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfMobile_FeesChargeInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

Mobile_FeesChargeInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": {
    "SFHJ": 1.0,
    "SFHJ_XJL": 2.0,
    "SFHJ_ZHL": 3.0,
    "StaffChargeList": [
      {
        "StaffID": "sample string 1",
        "StaffName": "sample string 2",
        "XJL": 3.0,
        "ZHL": 4.0
      },
      {
        "StaffID": "sample string 1",
        "StaffName": "sample string 2",
        "XJL": 3.0,
        "ZHL": 4.0
      }
    ],
    "ChargePayGS": [
      {
        "Title": "sample string 1",
        "HJ": 2.0,
        "PayTypeList": [
          {
            "Title": "sample string 1",
            "HJ": 2.0,
            "PayType": 0
          },
          {
            "Title": "sample string 1",
            "HJ": 2.0,
            "PayType": 0
          }
        ]
      },
      {
        "Title": "sample string 1",
        "HJ": 2.0,
        "PayTypeList": [
          {
            "Title": "sample string 1",
            "HJ": 2.0,
            "PayType": 0
          },
          {
            "Title": "sample string 1",
            "HJ": 2.0,
            "PayType": 0
          }
        ]
      }
    ],
    "TF_XJL": 4.0,
    "TF_ZHL": 5.0,
    "ZH_RZ": 6.0,
    "ZH_CZ": 7.0
  }
}