将申请发票的基本数据提交至创纪云
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
billNumber | String | 必须 | px01234 | 单号 | |
buyername | String | 必须 | 张三 | 购方名称(抬头名称) | |
taxnum | String | 可选 | 124421 | 购方税号 | |
bankAddress | String | 可选 | 中国银行 | 购方开户银行地址 | |
bankAccount | String | 可选 | 2232 | 购方开户银行账号 | |
phone | String | 可选 | 1388888888 | 购方手机 | |
address | String | 可选 | adaac | 地址 | |
String | 可选 | scacs@qq.com | 邮箱 | ||
billDate | String | 可选 | x-x-x | 订单年月 yyyyMM 传统erp订单必传 | |
_platform_num | String | 必须 | 0 | 租户号 | |
nodeCode | String | 可选 | 1 | 部门号 传统erp订单必传 | |
remark | String | 可选 | XXXX | 备注 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | true | 成功 |
errmsg | String | 错误 | 消息 |
errcode | Number | 100 | 0 成功 |
data | String | result | 数据 |
{"bankAccount":"2232","address":"adaac","_platform_num":"0","phone":"1388888888","nodeCode":"1","taxnum":"124421","billDate":"x-x-x","remark":"XXXX","billNumber":"px01234","bankAddress":"中国银行","email":"scacs@qq.com","buyername":"张三"}
{ "success":true, "errmsg":"错误", "errcode":100, "data":"result" }
{"errcode":"sign-check-failure","success":"false","errmsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|---|---|
isp.http-read-timeout |