# 二手车发票开具

# 应用场景

二手车销售发票开具接口(当前仅支持云票儿发票助手<航信开票软件2.0版本>开具

# 地址

/tax-api/invoice/used-car-blue/v1

# 请求参数

参数名称 类型 必填 最大长度(字节) 描述 示例
market_type string 2 开票方类型<br>01、经营单位;<br/>02、拍卖单位;<br/>03、二手车市场 01
callback_url string 500 回调地址 http://test.callback_url.com
order_id string 64 第三方订单号 gd_1904242006002627690
buyer_email string 100 购买方邮箱(纸票不推送邮件,只做记录用于联系客户用等) test@buyer.com.cn
terminal_code string 12 终端代码 目前仅支持航信盘,传分机号,0、1……
buyer_name string 80 买方(单位/个人)名称 张三
buyer_code string 22 买方(单位/个人)代码 914403001234567890
buyer_address string 80 买方(单位/个人)地址 世贸中心
buyer_phone string 20 买方(单位/个人)电话 15845566899
seller_name string 80 卖方(单位/个人)名称 李四
seller_code string 22 卖方(单位/个人)代码 914403001234567890
seller_address string 80 卖方(单位/个人)地址 世贸中心
seller_phone string 20 卖方(单位/个人)电话 15845566899
license_plate_code string 20 车牌照号 粤B88888
registration_certificate_code string 20 登记证号 golden567
car_type string 40 车辆类型(与'product_code'字段中商品名称对应) 乘用车(排气量在1.0升以下(含))
car_identifier string 23 车架号/车辆识别号 328969
brand_model string 60 厂牌型号 LSVCA2NP9HN024725
transfer_dest_office_name string 80 转入地车辆管理所名称 深圳市车管所
operate_company_name string 80 经营、拍卖单位名称,market_type=01,02时必填 深圳拍卖行
operate_company_address string 80 经营、拍卖单位地址 竹子林
operate_company_taxpayer_num string 20 经营、拍卖单位税号,market_type=01,02时必填 914403001234567890
operate_company_bank_account string 120 经营、拍卖单位开户行,账号 招商银行112233355454787878879
operate_company_phone string 20 经营、拍卖单位电话 15845566899
market_name string 80 二手车市场名称,market_type=03时必填 高灯二手车网
market_address string 80 二手车市场地址 车公庙
market_taxpayer_num string 20 二手车市场税号,market_type=03时必填 914403001234567890
market_bank_account string 120 二手车市场开户行,账号 招商银行112233355454787878879
market_phone string 20 二手车市场电话 15845566899
amount_has_tax string 12 车价合计单位:元(两位小数) 10000.00
tax_amount string 12 合计税额,固定为0 0
drawer string 20 开票人 王五
remark string 186 备注 网上交易
product_code string 19 税收分类编码 乘用车分类编码,如:1090305010100000000

# 响应参数

字段 类型 必填 备注
state int 开票状态,1:已提交,只能表示提交成功,结果会通过异步通知<br/>2:已成功开票,不能重复开具
order_sn string 高灯商户订单号
invoice_id string 高灯发票唯一标识号

# 请求示例

{
    &quot;market_type&quot;:&quot;01&quot;,
    &quot;callback_url&quot;:&quot;http://callback_url&quot;,
    &quot;order_id&quot;:&quot;4110943225653005024&quot;,
    &quot;buyer_email&quot;:&quot;Calvin.chen@gaopeng.com&quot;,
    &quot;terminal_code&quot;:&quot;0&quot;,
    &quot;buyer_name&quot;:&quot;张三&quot;,
    &quot;buyer_code&quot;:&quot;123456789406426&quot;,
    &quot;buyer_address&quot;:&quot;广东深圳南山&quot;,
    &quot;buyer_phone&quot;:&quot;18285162583&quot;,
    &quot;seller_name&quot;:&quot;张三&quot;,
    &quot;seller_code&quot;:&quot;9144030072300*****&quot;,
    &quot;seller_address&quot;:&quot;广东深圳南山&quot;,
    &quot;seller_phone&quot;:&quot;18285162583&quot;,
    &quot;license_plate_code&quot;:&quot;粤B88888&quot;,
    &quot;registration_certificate_code&quot;:&quot;golden567&quot;,
    &quot;car_type&quot;:&quot;乘用车(排气量在1.0升以下(含))&quot;,
    &quot;car_identifier&quot;:&quot;golden678&quot;,
    &quot;brand_model&quot;:&quot;golden789&quot;,
    &quot;transfer_dest_office_name&quot;:&quot;深圳市车管所&quot;,
    &quot;operate_company_name&quot;:&quot;深圳市拍卖行&quot;,
    &quot;operate_company_address&quot;:&quot;深圳市南山区&quot;,
    &quot;operate_company_taxpayer_num&quot;:&quot;9144030072300*****&quot;,
    &quot;operate_company_bank_account&quot;:&quot;112233355454787878879&quot;,
    &quot;operate_company_phone&quot;:&quot;18285162583&quot;,
    &quot;market_name&quot;:&quot;深圳市拍卖行&quot;,
    &quot;market_address&quot;:&quot;深圳市南山区&quot;,
    &quot;market_taxpayer_num&quot;:&quot;9144030072300*****&quot;,
    &quot;market_bank_account&quot;:&quot;112233355454787878879&quot;,
    &quot;market_phone&quot;:&quot;18285162583&quot;,
    &quot;amount_has_tax&quot;:&quot;10000.00&quot;,
    &quot;tax_amount&quot;:&quot;0&quot;,
    &quot;drawer&quot;:&quot;王五&quot;,
    &quot;remark&quot;:&quot;备注&quot;,
    &quot;product_code&quot;:&quot;1090305010100000000&quot;
}

# 响应示例

{
	&quot;code&quot;:0,
	&quot;data&quot;:
	{
		&quot;state&quot;:1,
		&quot;order_sn&quot;:&quot;6660750637560150157&quot;,
		&quot;invoice_id&quot;:&quot;6660750637560150157&quot;
	}
	&quot;message&quot;: &quot;success&quot;
}