QueryInvoicingCustomerList - 发票抬头查询服务
查询阿里云用户发票抬头信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
bss:QueryCustomerInvoiceInfo |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
Code |
string |
状态码。 |
Success |
Message |
string |
错误信息。 |
Successful! |
RequestId |
string |
请求 ID。 |
BBEF51A3-E933-4F40-A534-C673CBDB9C80 |
Success |
boolean |
是否成功。 |
true |
Data |
object |
返回数据。 |
|
CustomerInvoiceList |
object |
||
CustomerInvoice |
array<object> |
发票信息列表。 |
|
object |
|||
Type |
integer |
默认发票类型,取值示例:
|
1 |
Status |
integer |
发票抬头状态,取值示例:
|
2 |
AdjustType |
integer |
抬头变更方式。取值示例:
|
1 |
Bank |
string |
开户银行名称 |
测试银行 |
StartCycle |
integer |
有效开始月份。 |
202002 |
TitleChangeInstructions |
string |
发票抬头变更情况说明书。 |
instruction.doc |
UserId |
integer |
用户 ID。 |
34565465675 |
OperatingLicenseAddress |
string |
注册场所地址。 |
某某省某某市某某区某地址 |
InvoiceTitle |
string |
发票抬头。 |
测试公司 |
UserNick |
string |
用户昵称。 |
testNick |
OperatingLicensePhone |
string |
注册固定电话。 |
138xxxxxxxx |
EndCycle |
integer |
有效结束月份。 |
202003 |
DefaultRemark |
string |
开票默认备注。选择此抬头开票时,会将改备注添加到发票上。 |
PO代码:12984554 |
TaxationLicense |
string |
税务登记证扫描件路径和文件名。 |
taxationLicense.jpg |
RegisterNo |
string |
统一社会信用代码。 |
21343245342534 |
GmtCreate |
string |
创建时间,格式:yyyy-mm-dd hh:mm:ss。 |
2025-02-01 00:00:00 |
TaxpayerType |
integer |
纳税人类型。取值示例:
|
1 |
CustomerType |
integer |
客户支付宝认证类型。取值示例:
|
1 |
IssueType |
integer |
抬头类型。取值示例:
|
1 |
Id |
integer |
发票抬头记录 id |
239875502738 |
BankNo |
string |
基本开户账号。 |
389576348573296349853476 |
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "BBEF51A3-E933-4F40-A534-C673CBDB9C80",
"Success": true,
"Data": {
"CustomerInvoiceList": {
"CustomerInvoice": [
{
"Type": 1,
"Status": 2,
"AdjustType": 1,
"Bank": "测试银行",
"StartCycle": 202002,
"TitleChangeInstructions": "instruction.doc",
"UserId": 34565465675,
"OperatingLicenseAddress": "某某省某某市某某区某地址",
"InvoiceTitle": "测试公司",
"UserNick": "testNick",
"OperatingLicensePhone": "138xxxxxxxx",
"EndCycle": 202003,
"DefaultRemark": "PO代码:12984554",
"TaxationLicense": "taxationLicense.jpg",
"RegisterNo": "21343245342534",
"GmtCreate": "2025-02-01 00:00:00",
"TaxpayerType": 1,
"CustomerType": 1,
"IssueType": 1,
"Id": 239875502738,
"BankNo": "389576348573296349853476"
}
]
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。