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