批量查询电子发票
POST
/cgi-bin/card/invoice/reimburse/getinvoiceinfobatch
服务端API企业内部开发第三方应用开发智慧硬件开发
原文档地址:
https://open.work.weixin.qq.com/api/doc/90000/90287
https://open.work.weixin.qq.com/api/doc/90001/90423
https://open.work.weixin.qq.com/api/doc/90002/90905
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/card/invoice/reimburse/getinvoiceinfobatch?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"item_list":[{"card_id":"CARDID1","encrypt_code":"ENCRYPTCODE1"},{"card_id":"CARDID2","encrypt_code":"ENCRYPTCODE2"}]}'
响应示例响应示例
{
"errcode": 0,
"errmsg": "string",
"item_list": [
{
"card_id": "string",
"begin_time": 0,
"end_time": 0,
"openid": "string",
"type": "string",
"payee": "string",
"detail": "string",
"user_info": {
"fee": 0,
"title": "string",
"billing_time": 0,
"billing_no": "string",
"billing_code": "string",
"info": [
{
"name": "string",
"num": 0,
"unit": "string",
"fee": 0,
"price": 0
}
],
"fee_without_tax": 0,
"tax": 0,
"detail": "string",
"pdf_url": "string",
"reimburse_status": "string",
"check_code": "string",
"trip_pdf_url": "string",
"buyer_number": "string",
"buyer_address_and_phone\t": "string",
"buyer_bank_account": "string",
"seller_number": "string",
"seller_address_and_phone": "string",
"seller_bank_account": "string",
"remarks": "string",
"cashier": "string",
"maker": "string"
}
}
]
}
请求参数
Query 参数
access_token
调用接口凭证
示例值:
{{accesstoken}}
Body 参数application/json
返回响应
修改于 2022-01-14 04:25:49