获取请购单列表
GET
/api/purchaserequisitionlist/batch_get
适用版本:支持U8V12.0 及更高版本
使用场景:订购应用
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.yonyouup.com/api/purchaserequisitionlist/batch_get?from_account&to_account&app_key=&token='
响应示例响应示例
{
"errcode": "string",
"errmsg": "string",
"code": "string",
"date": "string",
"departmentcode": "string",
"personcode": "string",
"purchasetypecode": "string",
"businesstype": "string",
"maker": "string",
"define1": "string",
"define2": "string",
"define3": "string",
"define4": "string",
"define5": 0,
"define6": "string",
"define7": 0,
"define8": "string",
"define9": "string",
"define10": "string",
"define11": "string",
"define12": "string",
"define13": "string",
"define14": "string",
"define15": 0,
"define16": 0,
"memory": "string",
"cvoucherstate": "string"
}
请求参数
Query 参数
from_account
调用方id
to_account
提供方id
app_key
应用编码
token
全局访问唯一识别码
ds_sequence
可选
code_begin
起始单据编号
code_end
结束单据编号
date_begin
起始单据日期
date_end
结束单据日期
departmentcode
部门编号
personcode
职员编号
purchasetypecode
采购类型编码
businesstype
业务类型
maker
制单
memory
备注关键字
cvoucherstate
状态
返回响应
修改于 2021-11-15 13:06:27