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