同步报税数据给乐税小镇
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
applyContent | String | 必须 | { "uniqueSerialNumber":"申请单唯一流水号", "applyList":[{ "serialNumber":"申请流水号", "merchantId":"商户 id", "merchantName":"商户名称", "merchantTaxCode":"商户税号", "merchantBank":"商户开户银行", "merchantBankAccount":"商户开户银行账号", "applyTypeCode":"申请类型。01:电子发票、02:无票收入", "totalAmountTax":"申请金额 (必须和明细金额的和相等)", "buyerName":"购买方名称", "buyerTaxCode":"购买方税号", "buyerAddress":"购买方地址", "buyerPhone":"购买方电话", "buyerBank":"购买方开户银行", "buyerAccount":"购买方银行账号", "goodsList":[{ "projectContent":"开票内容", "specification":"规格型号", "unit":"单位", "quantity":"数量。默认为 1", "totalAmountTax":"销售额(含税)。有开票内容时必填" }] }] } | 请求内容 | |
bizBelongId | String | 必须 | 36102 | 业务归属编码 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | String | false | 是否成功 |
msg_code | String | 99 | 消息code |
msg_info | String | 返回错误信息 | 消息文本 |
data | String | dsrdrgehe | 返回数据(申请单编号) |
{"applyContent":"{ \"uniqueSerialNumber\":\"申请单唯一流水号\", \"applyList\":[{ \"serialNumber\":\"申请流水号\", \"merchantId\":\"商户 id\", \"merchantName\":\"商户名称\", \"merchantTaxCode\":\"商户税号\", \"merchantBank\":\"商户开户银行\", \"merchantBankAccount\":\"商户开户银行账号\", \"applyTypeCode\":\"申请类型。01:电子发票、02:无票收入\", \"totalAmountTax\":\"申请金额 (必须和明细金额的和相等)\", \"buyerName\":\"购买方名称\", \"buyerTaxCode\":\"购买方税号\", \"buyerAddress\":\"购买方地址\", \"buyerPhone\":\"购买方电话\", \"buyerBank\":\"购买方开户银行\", \"buyerAccount\":\"购买方银行账号\", \"goodsList\":[{ \"projectContent\":\"开票内容\", \"specification\":\"规格型号\", \"unit\":\"单位\", \"quantity\":\"数量。默认为 1\", \"totalAmountTax\":\"销售额(含税)。有开票内容时必填\" }] }] }","bizBelongId":"36102"}
{ "success":"false", "msg_code":"99", "msg_info":"返回错误信息", "data":"dsrdrgehe" }
{"msg_code":"sign-check-failure","success":"false","msg_info":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|