GET api/WXMini/QueryYingXiao_Dept?parlorcode={parlorcode}&begindate={begindate}&enddate={enddate}&deptcode={deptcode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parlorcode | string |
Required |
|
begindate | string |
Required |
|
enddate | string |
Required |
|
deptcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfDaoYingXiaoQuery_DeptName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
data | Collection of DaoYingXiaoQuery_Dept |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "data": [ { "deptname": "sample string 1", "despersoncount": 2, "desroomcount": 3, "totalmoney": 1.0, "takemoney": 1.0, "yejimoney": 1.0 }, { "deptname": "sample string 1", "despersoncount": 2, "desroomcount": 3, "totalmoney": 1.0, "takemoney": 1.0, "yejimoney": 1.0 } ] }