POS对账单-保存单据
更新时间:2022-03-21 11:31
描述

保存POS对账单

URL

{你的ERP域名}/app_pos_dzd/aapi_pos_dzd/sub

HTTP请求方式

post

是否需要登录

false

请求参数
字段 必选 类型及范围 说明
appid true string 应用ID(appId)
sign true string 签名参数
pab_code true string POS对账单据号
pt_user_id true int 用户ID
aim_stores_id true int 门店ID
addtime false string 创建时间 标准时间格式 默认提交时间 年月日时分秒 如:2020-01-19 23:50:06
remark false string 单据备注
jbr_name true string 经办人名称 is_fkd=2生效
details true string 详情信息 json字符串 例:[{'order_id':1,'order_code':'FY0001','order_type':'1','price':'1'}]
details[][order_id] true int 统计单据ID
details[][order_code] true string 统计单据号
details[][order_type] true string 统计单据类型 1零售单 2零售退货单 3充值订单 4充值退款单
details[][price] false string 金额 默认0
details[][price_tax] false string 含税金额 默认0
details[][remark] false string 备注
details[][zf] false string 正负数符号
target_url false string target_url
target_method false string target_method
target_title false string target_title
colse_dialogs false string colse_dialogs
返回字段说明
字段 类型及范围 说明
status string 状态 y=成功 n=失败
info html 提示信息
data array 返回的数据
TIPS

保存POS对账单