开票列表查询
POST
/ark/open_api/v3/common_controller
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"invoiceStatus": "",
"refNo": "null",
"startDateLong": "",
"endDateLong": "",
"pageNum": "",
"pageSize": "",
"sortEnum": "",
"titleType": ""
}'
响应示例响应示例
{
"pageSize": "",
"pageIndex": "",
"total": "",
"totalPage": "",
"invoiceRecords": [
{
"invoiceStatus": "",
"xhsInvoiceNo": "null",
"applyTime": "",
"title": "null",
"taxNo": "null",
"taxBankAccount": "null",
"taxBankName": "null",
"invoiceType": "",
"invoiceAmt": "null",
"invoiceNos": "null",
"invoiceTotalAmt": "",
"refNo": "null",
"titleType": "",
"updatedTime": "",
"attrMap": "",
"itemList": [
{
"itemId": "null",
"itemName": "null",
"price": "null",
"taxRate": "null",
"boughtCount": "null"
}
],
"invoiceFileList": [
{
"originUrl": "null",
"downloadUrl": "null",
"fileName": "null"
}
],
"picUrl": "null",
"pdfUrl": "null"
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2022-12-23 08:32:00