联营对账单-统计
更新时间:2022-03-21 11:31
描述

统计联营对账单 只有新对账才能统计

URL

{你的ERP域名}/api_v2/ly_dzd/statistics

HTTP请求方式

post

是否需要登录

false

请求参数
字段 必选 类型及范围 说明
appid true string 应用ID(appId)
sign true string 签名参数
pt_user_id true int 用户ID
stores_id true int 门店ID
start_date true string 开始时间 年月日时分秒
end_date true string 结束时间 年月日时分秒
gs_id false int 供应商ID 老版本 新老版本任选其一,必传一个
c_s_id false int 供应商ID 新版本 新老版本任选其一,必传一个
返回字段说明
字段 类型及范围 说明
status string 状态 y=成功 n=失败
info html 提示信息
data array 返回的数据
data[][product_id] int 统计产品ID
data[][xnum] string 数量
data[][price] string 金额
data[][price_tax] string 含税金额
data[][tax_rate] string 税率
data[][tax_amount] string 税额
data[][order_type] string 单据类型
data[][order_types] string 单据类型 名称
data[][product_name] string 统计产品名称
data[][product_code] string 统计产品编码
data[][bear] string 联营扣率
data[][remark] string 备注
data[][actual_money] string 实付金额
data[][discount_money] string 优惠金额
meter array 返回的合计数据
total int 总条数
TIPS

统计联营对账单