GetBillVoucher
获取单据的凭证号。
| 参数名称 | 参数类型 | 参数说明 | 是否必填 | 值域 |
|---|---|---|---|---|
| FTypeID | string | 单据类型 | 是 | |
| FID | string | ISV中单据编码 | 是 |
Post Url:https://kisgz.kingdee.com/Kisopenapi/router/
Post数据:
eid=1884366
&netid=1884366317841
&client_id=1402576015
&method=kis.APP004088.acctplatform.AcctController.DealAcctPlatForm
×tamp=2016-06-20 11:22:34
&ver=2.0
&access_token=2BB6EC5194303633356B5ACE509D1BA0
&state=dmYZagdU8kwC8yLr
&custdata={
"ProductID": "S1S013S001",
"AccountDB": "oem1",
"Data": {
"Action": "GetBillVoucher",
"Recordset": [
{
"FTypeID": "2011",
"FID": "A0001"
},
{
"FTypeID": "2011",
"FID": "A0002"
}
]
}
}
示例1
{
"Result": 200,
"ErrMsg": "",
"DataJson": {
"Result": "200",
"ErrMsg": "",
"AccountDB": null,
"TotalPage": "0",
"CurrentPage": "0",
"ItemsOfPage": "0",
"Data": "[
{\"FTypeID\":\"2011\",\"FID\":\"A0001\",\"FVoucherNO\":\"\"},
{\"FTypeID\":\"2011\",\"FID\":\"A0002\",\"FVoucherNO\":\"\"}
]"
}
}
示例2
{
"Result": 200,
"ErrMsg": "关于路由的出错信息",
"DataJson": {
"Result": "200",
"ErrMsg": "",
"AccountDB": null,
"TotalPage": "5",
"CurrentPage": "1",
"ItemsOfPage": "10",
"Data": null
}
}
示例3
{
"Result": 200,
"ErrMsg": "",
"DataJson": {
"Result": "202",
"ErrMsg": "关于业务处理的出错信息",
"AccountDB": null,
"TotalPage": "5",
"CurrentPage": "1",
"ItemsOfPage": "10",
"Data": null
}
}
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
| FTypeID | string | 单据类型 |
| FID | string | ISV中单据号 |
| FVoucherNO | string | 单据被生成凭证后的凭证号,为空时表示尚未生成凭证 |
[
{
"FTypeID": "2011",
"FID": "A0001",
"FVoucherNO": ""
},
{
"FTypeID": "2011",
"FID": "A0002",
"FVoucherNO": ""
}
]