...
| 代码块 | ||
|---|---|---|
| ||
{
"code": "0",
"data": [
{
"account": "4534",
"accountOpeningBank": "453",
"address": "5345",
"billingType": 2,
"deleted": 0,
"id": "1590912105958080512",
"invoice": "测试一下",
"phone": "325",
"status": 1,
"supplierId": "1537290981840257024",
"swiftCode": "43265",
"taxpayerNo": "324432",
"type": 2,
"useDefault": 0
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
} |
字段描述
字段名 | 类型 | 描述 |
|---|---|---|
| id | Long |
| 发票id,删除/更新用 | ||
| invoice | String | 开票抬头 |
| billingType | Integer | 账单类型1-国内 2-国外 |
| taxpayerNo | String | 纳税人识别号 |
| phone | String | 手机号 |
| accountOpeningBank | String | 开户行 |
| account | String | 账号 |
| address | String | 地址 |
| swiftCode | String | swiftCode |
| useDefault | Integer | 是否是默认:0-否 1-是 |