查询公司账套列表
返回上一页
参数说明
corpAccount | String | 20 | Y | 公司账号帐号 | |
isValid | int | 20 | N | 是否在有效期内,默认查询有效期内的账套。 0-查询所有,1-查询有效期内的 | |
page | int | 20 | N | 页码:默认第一页 |
|
size | int | 20 | N | 页面大小,默认1000 |
输入示例
<?xml version="1.0" encoding = "utf-8"?> <request> <type>getCorpServiceList</type> <data> <attr name="corpAccount">corp818u</attr> <attr name="isValid">1</attr> <attr name="page">1</attr> <attr name="size">100</attr> </data> </request>
返回示例
<?xml version="1.0" encoding="UTF-8" ?> <response> <type>getCorpServiceList</type> <status>0</status> <data> <attr name="corpInfo">json串</attr> <attr name="serviceList">json串</attr> </data> </response>