申请发票

功能: 申请多个行程发票。

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

资源URL

POST: v1/orders/invoice

请求参数:

参数名 类型 说明
type int 发票类型:1纸质发票(默认) 2电子发票 3运营发票
title string 发票抬头
name string 收件人
phone string 收件人电话
email string 收件人邮箱(纸质发票可选,电子发票必填)
orders json 开票的行程ID列表,如果行程ID之前开过电子发票,会重新发送电子发票到邮箱
province string 收件人省
city string 收件人市
district string 收件人区
address string 收件人详细地址
remark string 发票备注(可选)
tax_no string 税号(2017-07-01日起,开具增值税普通发票,需要提供企业抬头及税号)
register_info json类型 注册信息(可选)
address 注册地址
phone 电话
account_info json类型 账户信息(可选)
bank 开户行
account 账号

请求示例:

curl -X POST 
-H "Content-Type: application/json" 
-H 'Authorization: Bearer domain|{access_token}' 
'https://api.xiaojukeji.com/v1/orders/invoice' 
-d '{"type":1,"title":"北京滴滴出行","name":"张三","phone":"13900000000","province":"北京","city":"北京","district":"海淀区","address":"数字山谷","orders":["didi_oid1","didi_oid2","dd_oid3"]}'

返回参数说明:

参数名 类型 说明
invoice_id string 发票id
invoice_type int 发票类型,1普通发票,2电子发票,3运营活动发票
value float 发票总金额
invoiced_orders json 开过发票的订单列表(没有则为空)
invalid_orders json 无效订单列表(没有则为空)

返回示例:

成功:http status 200

失败:http status 非200

{
  "invoice_id": "440869153746714626",
  "invoice_type": 1,
  "value": "222.23",
  "invoiced_order": [],
  "invalid_order": []
}

results matching ""

    No results matching ""