发票查询

功能: 根据发票id查询发票内容

支持运力: private-car,express-car

资源URL

GET: v1/orders/{invoice_id}/invoice

请求参数:

参数名 类型 说明
invoice_id string 发票id

请求示例:

curl -X GET 
-H "Content-Type: application/x-www-form-urlencoded" 
-H 'Authorization: Bearer domain|{access_token}' 
'https://api.xiaojukeji.com/v1/orders/{invoice_id}/invoice

返回参数说明:

参数名 类型 说明
invoice_id string 发票 id
name string 收件人
phone float 收件人电话
address string 收件人详细地址
email string 收件人邮箱(如果申请时未提供,则为空)
apply_time datetime 申请时间
title string 发票抬头
tax_no string 税号
content string 开票内容
value float 开票金额
count int 开票数量
status int 申请状态:1待开票 2待发出 3已发出 4待支付 5关闭 6已签收 10电子票待推送 11电子票待开票 12电子票已开票 13电子票待红冲 14电子票已红冲
express_num string 快递单号
express_name string 快递公司
order_count int 订单数量
invoice_type int 发票类型:1纸质发票,2电子发票,3运营活动发票

返回示例

成功:http status 200,失败:http status 非200

{
  "invoice_id": "444412311730388994",
  "name": "张三",
  "phone": "1234567890",
  "address": "北京 北京 海淀区 数字山谷",
  "email": "test@example.com",
  "apply_time": "2016-09-05T12:05:25+0800",
  "title": "北京滴滴出行",
  "tax_no": "123456789",
  "content": "客运服务费",
  "value": "218.90",
  "count": 1,
  "status": 1,
  "express_num": "",
  "express_name": "",
  "order_count": 1,
  "invoice_type": 1
}

results matching ""

    No results matching ""