发票查询
正式环境
正式环境
GET
/v1/orders/{invoice_id}/invoice
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.xiaojukeji.com//v1/orders//invoice' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"invoice_id": "string",
"name": "string",
"phone": "string",
"address": "string",
"email": "string",
"apply_time": "string",
"title": "string",
"tax_no": "string",
"content": "string",
"value": "string",
"count": 0,
"status": 0,
"express_num": "string",
"express_name": "string",
"order_count": 0,
"invoice_type": 0
}
请求参数
Path 参数
invoice_id
string
发票id
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
undefined
string
可选
返回响应
修改于 2021-11-21 07:49:08