文档
测试

查询账单详情

POST
http://mkapi.morelink56.com/api/BigCustomerOrder/billdetailinfo

请求头

参数名
类型
描述
必填
Authorization
string
示例:{{Authorization}}
必填
apikey
string
示例:{{apikey}}
必填
tid
int
示例:{{tid}}
必填

请求参数

参数名
类型
描述
必填
params
string
示例:[{"zdno":"ZD105371662017824210","zd_tables":8}]
必填

响应参数

参数名
类型
描述
必填
status
boolean
示例:true
必填
data
object
数据字典
必填
dzinfo
array
账单费用数据列表
必填
zdno
string
示例:对账单编号
必填
channeltype2
string
示例:渠道名称
必填
costname
string
示例:费用名称
必填
sono
object
示例:so号
必填
unitprice
float
示例:单价
必填
unit
string
示例:单位
必填
num
int
示例:数量
必填
jine
float
示例:金额
必填
currency
string
示例:币种
必填
exchangerate
float
示例:汇率
必填
cost
float
示例:折算金额
必填
operno
string
示例:工作单号
必填
writetotal
float
示例:销账金额
必填
xzno
string
示例:销账号
必填
mkno
string
示例:指令编号
必填
customername
string
示例:客户名称
必填
createtime
string
示例:工作单日期
必填
orderinfo
array
账单订单数据列表
必填
sono
string
示例:so号
必填
operno
string
示例:工作单号
必填
jine
float
示例:金额
必填
cost
float
示例:折算金额
必填
customername
string
示例:客户名称
必填
createtime
string
示例:工作单日期
必填
mkno
string
示例:指令编号
必填
msg
string
示例:
必填
code
int
示例:1000
必填

响应成功参数JSON

```Json { "status": true, "data": { "dzinfo": [ { "zdno": "ZD105371662017824210", "channeltype2": null, "costname": "交仓费", "sono": null, "unitprice": 6, "unit": null, "num": 1, "jine": 6, "currency": "RMB", "exchangerate": 1, "cost": 149, "operno": "GH1053722090002", "writetotal": null, "xzno": null, "mkno": "", "customername": "广东无限链接信息科技有限公司1", "createtime": "2022-09-01T00:00:00" }, { "zdno": "ZD105371662017824210", "channeltype2": null, "costname": "打板费", "sono": null, "unitprice": 20, "unit": null, "num": 1, "jine": 20, "currency": "USD", "exchangerate": 6.85, "cost": 137, "operno": "GH1053722090002", "writetotal": null, "xzno": null, "mkno": "", "customername": "广东无限链接信息科技有限公司1", "createtime": "2022-09-01T00:00:00" }, { "zdno": "ZD105371662017824210", "channeltype2": null, "costname": "其他", "sono": null, "unitprice": 6, "unit": null, "num": 1, "jine": 6, "currency": "RMB", "exchangerate": 1, "cost": 6, "operno": "GH1053722090002", "writetotal": null, "xzno": null, "mkno": "", "customername": "广东无限链接信息科技有限公司1", "createtime": "2022-09-01T00:00:00" } ], "orderinfo": [ { "sono": null, "operno": "GH1053722090002", "jine": 32, "cost": 149, "customername": "广东无限链接信息科技有限公司1", "createtime": "2022-09-01T00:00:00", "mkno": "" } ] }, "msg": "", "code": 1000, "scantype": "" } ```