- 基本介绍
- 快速开始
- 前置流 程
- 公共业务
- 登录业务
- 发票业务
海关缴款书同步
开发中
POST
/v2/invoice/dzh/rz/syncHgjks
/v2/invoice/dzh/rz/syncHgjks
💡
错误码#
错误代码 | 错误信息 | 说明 |
---|---|---|
CheckInvoiceForTheSameFrequent | 当前发票正在查验中,请不要频繁请求 | 当前发票正在查验中,请稍后重试 |
CheckInvoicesOverOneYears | 仅可查验最近一年内开具的财政电子票据! | 请检查开票日期! |
IllegalParameter | 请求参数不正确 | 请核对请求参数 |
IllegalParameter.IllegalInvoiceCode | 请求参数不正确,参数fpdm发票代码不正确! | 请核对fpdm发票代码是否符合参数规范 |
IllegalParameter.IllegalInvoiceNumber | 请求参数不正确,参数fphm发票号码不正确! | 请核对fphm发票号码是否符合参数规范 |
IllegalParameter.IllegalBillingDate | 请求参数不正确,参数kprq开票日期不正确! | 请核对kprq开票日期是否符合参数规范 |
IllegalParameter.IllegalCheckCode | 参数jym[发票校验码后6位]不正确 | 请核对jym校验码是否符合参数规范 |
IllegalParameter.IllegalTotalAmount | 参数je[不含税金额]不正确 | 请核对je金额是否符合参数规范 |
IllegalParameter.IllegalTotalAmountIincludingTax | 请求参数不正确,价税合计为空! | 请核对jshj价税合计是否符合参数规范 |
IllegalParameter.IllegalXfsbh | 请求参数不正确,销售方识别号为空! | 请核对xfsbh销方识别号是否符合参数规范 |
IllegalParameter.IllegalArea | 请求参数不正确,参数dq地区不正确! | 请核对dq地区是否符合参数规范 |
CheckInvoicesMoreThanToday | 开票日期超过当前日期 | 请核对开票日期是否正确 |
CheckInvoicesOverFiveYears | 超过五年的发票不能查验 | 请核对开票日期是否正确 |
CheckInvoiceNotSupport | 暂不支持该(省市)电子票据查验 | 该地区暂不支持该票种查验 |
CheckInvoicesOverOneYears | 仅可查验最近一年内开具的财政电子票据! | 请检查开票日期! |
CheckInvoiceMoreFiveTimes | 超过该张票当天查验次数 | 请确认在调用接口前是否已经通过官方平台查验超过5次 |
CheckInvoiceNotExistence | 查验成功所查发票不存在 | 发票代码或发票号码在税局查不到,请核对代码、号码是否正确 |
CheckInvoiceNotSame | 查验成功所查发票不一致 | 请检查四要素是否与真实票面一致,传入金额是否为不含税金额(非二手车)或该发票是否为假票 |
CheckInvoiceNotStandard | 查询发票不规范 | 请核对四要素是否符合发票规范 |
CheckInvoiceRequestNonStandard | 请求不规范 | 请核对请求参数 |
CheckInvoiceException | 税局服务异常,建议15-20分钟后重试 | 税局服务异常,建议15-20分钟后重试 |
CheckAbnormal | 查验异常(错误信息不固定) | 税局服务异常,建议15-20分钟后重试 |
CheckExceedingLimit | 查验发票张数超过限制 | 发票剩余查验量不足,请与运营负责人沟通确认 |
CheckInvoiceSingular | 请求太频繁或超过服务器最大请求数,请稍后访问! | 当前请求数达到服务最大并发数 |
ServerError | 服务器异常,请稍后重试 | 服务器异常 |
InternalServerError | 服务遇到未知错误,请稍后重试 | 请联系管理员 |
RemoteDataException | 税局数据异常 | 请联系管理员 |
RemoteResultFail | 调用税局异常,请稍后重试。 | 请联系管理员 |
50008 | 字段文件名称不能为空(name) | 请联系管理员 |
50014 | 超过并发限制 | 请降低并发 |
59999 | 未知异常 | 请联系管理员 |
请求参数
Header 参数
access_token
string
可选
示例值:
{{access_token}}
req_date
string
可选
示例值:
{{req_date}}
req_sign
string
可选
示例值:
{{req_sign}}
Body 参数application/json
invoiceCode
string | null
发票代码
invoiceNumber
string
发票号码
billingDate
string
开票日期
totalAmount
string | null
发票金额
checkCode
string | null
校验码
flowId
string | null
客户请求流水号
示例
{
"invoiceCode": "1100182111",
"invoiceNumber": "01561511",
"billingDate": "2018-04-05",
"totalAmount": "2376.7",
"checkCode": "1111111111",
"flowId": ""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/invoice/dzh/rz/syncHgjks' \
--header 'access_token: {{access_token}}' \
--header 'req_date: {{req_date}}' \
--header 'req_sign: {{req_sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceCode": "1100182111",
"invoiceNumber": "01561511",
"billingDate": "2018-04-05",
"totalAmount": "2376.7",
"checkCode": "1111111111",
"flowId": ""
}'
返回响应
🟢200增值税专用发票查验成功
application/json
Body
totalTax
number
税额
salesBank
string
销方银行账号
requestId
string
发票
invoiceNumber
string
发票号码
invoiceType
string
发票类型
purchaserAddressPhone
string
购方地址电话
tspzbz
string
特殊票种标识
state
string
发票状态(0 正常,1 失控,2 作废,3 红冲)
purchaserBank
string
购方开户行账户
machineCode
string
机器编码
refinedOilState
string
成品油标志 Y成品油发票 N⾮成品油发票
salesTaxNo
string
销方税号
invoiceCode
string
发票代码
purchaserName
string
购方名称
checkCode
string
校验码
billingDate
string
开票日期
totalAmount
number
发票金额
salesAddressPhone
string
销方地址电话
salesName
string
销方名称
checkTime
string
查验时间
purchaserTaxNo
string
购方税号
items
array[object (Dzh-货物信息) {12}]
货物明细
rowNo
integer
行号
taxClassifyCode
string
税收分类编码
commodityName
string
货物或应税劳务名称(项目)
specificationModel
string
规格型号
quantity
string
数量
unit
string
单位
unitPrice
string
单价
amount
number
金额
taxRate
string
税率
tax
string
税额
realTax
number
实际税额
realTaxRate
number
实际税率
remarks
string
备注
amountTax
integer
价税合计
示例
{
"reqId": "9c172e9b008f4c4983a57c3a7bcd579f",
"code": "2000",
"success": true,
"message": null,
"data": {
"amountTax": 1507,
"billingDate": "2021-11-01",
"checkCode": "09861377064880725722",
"checkTime": "2024-04-19 10:12:38",
"dkXsfmc": null,
"dkXsfsbh": null,
"dq": "安徽",
"fhr": null,
"invoiceCode": "3400212130",
"invoiceNumber": "17901568",
"invoiceType": "01",
"items": [
{
"amount": 17.92,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 1,
"se": 1.08,
"specificationModel": "",
"tax": "1.08",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "17.924528"
},
{
"amount": 44.34,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 2,
"se": 2.66,
"specificationModel": "",
"tax": "2.66",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "44.339623"
},
{
"amount": 24.53,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 3,
"se": 1.47,
"specificationModel": "",
"tax": "1.47",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "24.528302"
},
{
"amount": 28.3,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 4,
"se": 1.7,
"specificationModel": "",
"tax": "1.70",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "28.301887"
},
{
"amount": 14.15,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 5,
"se": 0.85,
"specificationModel": "",
"tax": "0.85",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "14.150943"
},
{
"amount": 22.64,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 6,
"se": 1.36,
"specificationModel": "",
"tax": "1.36",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "22.641509"
},
{
"amount": 21.7,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 7,
"se": 1.3,
"specificationModel": "",
"tax": "1.30",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "21.698113"
},
{
"amount": 25.47,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 8,
"se": 1.53,
"specificationModel": "",
"tax": "1.53",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "25.471698"
},
{
"amount": 11.32,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 9,
"se": 0.68,
"specificationModel": "",
"tax": "0.68",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "11.320755"
},
{
"amount": 16.98,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 10,
"se": 1.02,
"specificationModel": "",
"tax": "1.02",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.981132"
},
{
"amount": 16.98,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 11,
"se": 1.02,
"specificationModel": "",
"tax": "1.02",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.981132"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 12,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 28.3,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 13,
"se": 1.7,
"specificationModel": "",
"tax": "1.70",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "28.301887"
},
{
"amount": 16.98,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 14,
"se": 1.02,
"specificationModel": "",
"tax": "1.02",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.981132"
},
{
"amount": 16.04,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 15,
"se": 0.96,
"specificationModel": "",
"tax": "0.96",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.037736"
},
{
"amount": 16.04,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 16,
"se": 0.96,
"specificationModel": "",
"tax": "0.96",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.037736"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 17,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 21.7,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 18,
"se": 1.3,
"specificationModel": "",
"tax": "1.30",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "21.698113"
},
{
"amount": 34.91,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 19,
"se": 2.09,
"specificationModel": "",
"tax": "2.09",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "34.90566"
},
{
"amount": 15.09,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 20,
"se": 0.91,
"specificationModel": "",
"tax": "0.91",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "15.09434"
},
{
"amount": 13.21,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 21,
"se": 0.79,
"specificationModel": "",
"tax": "0.79",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "13.207547"
},
{
"amount": 21.7,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 22,
"se": 1.3,
"specificationModel": "",
"tax": "1.30",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "21.698113"
},
{
"amount": 25.47,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 23,
"se": 1.53,
"specificationModel": "",
"tax": "1.53",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "25.471698"
},
{
"amount": 18.87,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 24,
"se": 1.13,
"specificationModel": "",
"tax": "1.13",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "18.867925"
},
{
"amount": 16.98,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 25,
"se": 1.02,
"specificationModel": "",
"tax": "1.02",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.981132"
},
{
"amount": 16.04,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 26,
"se": 0.96,
"specificationModel": "",
"tax": "0.96",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.037736"
},
{
"amount": 16.98,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 27,
"se": 1.02,
"specificationModel": "",
"tax": "1.02",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.981132"
},
{
"amount": 22.64,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 28,
"se": 1.36,
"specificationModel": "",
"tax": "1.36",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "22.641509"
},
{
"amount": 16.04,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 29,
"se": 0.96,
"specificationModel": "",
"tax": "0.96",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.037736"
},
{
"amount": 30.19,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 30,
"se": 1.81,
"specificationModel": "",
"tax": "1.81",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "30.188679"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 31,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 15.09,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 32,
"se": 0.91,
"specificationModel": "",
"tax": "0.91",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "15.09434"
},
{
"amount": 13.21,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 33,
"se": 0.79,
"specificationModel": "",
"tax": "0.79",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "13.207547"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 34,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 25.47,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 35,
"se": 1.53,
"specificationModel": "",
"tax": "1.53",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "25.471698"
},
{
"amount": 20.75,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 36,
"se": 1.25,
"specificationModel": "",
"tax": "1.25",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "20.754717"
},
{
"amount": 36.79,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 37,
"se": 2.21,
"specificationModel": "",
"tax": "2.21",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "36.792453"
},
{
"amount": 13.21,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 38,
"se": 0.79,
"specificationModel": "",
"tax": "0.79",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "13.207547"
},
{
"amount": 15.09,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 39,
"se": 0.91,
"specificationModel": "",
"tax": "0.91",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "15.09434"
},
{
"amount": 26.42,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 40,
"se": 1.58,
"specificationModel": "",
"tax": "1.58",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "26.415094"
},
{
"amount": 22.64,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 41,
"se": 1.36,
"specificationModel": "",
"tax": "1.36",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "22.641509"
},
{
"amount": 47.17,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 42,
"se": 2.83,
"specificationModel": "",
"tax": "2.83",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "47.169811"
},
{
"amount": 22.64,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 43,
"se": 1.36,
"specificationModel": "",
"tax": "1.36",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "22.641509"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 44,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 36.79,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 45,
"se": 2.21,
"specificationModel": "",
"tax": "2.21",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "36.792453"
},
{
"amount": 11.32,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 46,
"se": 0.68,
"specificationModel": "",
"tax": "0.68",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "11.320755"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 47,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 48,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 16.98,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 49,
"se": 1.02,
"specificationModel": "",
"tax": "1.02",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.981132"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 50,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 28.3,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 51,
"se": 1.7,
"specificationModel": "",
"tax": "1.70",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "28.301887"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 52,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 27.36,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 53,
"se": 1.64,
"specificationModel": "",
"tax": "1.64",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "27.358491"
},
{
"amount": 11.32,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 54,
"se": 0.68,
"specificationModel": "",
"tax": "0.68",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "11.320755"
},
{
"amount": 11.32,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 55,
"se": 0.68,
"specificationModel": "",
"tax": "0.68",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "11.320755"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 56,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 30.19,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 57,
"se": 1.81,
"specificationModel": "",
"tax": "1.81",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "30.188679"
},
{
"amount": 34.91,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 58,
"se": 2.09,
"specificationModel": "",
"tax": "2.09",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "34.90566"
},
{
"amount": 15.09,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 59,
"se": 0.91,
"specificationModel": "",
"tax": "0.91",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "15.09434"
},
{
"amount": 18.87,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 60,
"se": 1.13,
"specificationModel": "",
"tax": "1.13",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "18.867925"
},
{
"amount": 11.32,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 61,
"se": 0.68,
"specificationModel": "",
"tax": "0.68",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "11.320755"
},
{
"amount": 16.04,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 62,
"se": 0.96,
"specificationModel": "",
"tax": "0.96",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "16.037736"
},
{
"amount": 12.26,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 63,
"se": 0.74,
"specificationModel": "",
"tax": "0.74",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "12.264151"
},
{
"amount": 39.62,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 64,
"se": 2.38,
"specificationModel": "",
"tax": "2.38",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "39.622642"
},
{
"amount": 22.64,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 65,
"se": 1.36,
"specificationModel": "",
"tax": "1.36",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "22.641509"
},
{
"amount": 22.64,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 66,
"se": 1.36,
"specificationModel": "",
"tax": "1.36",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "22.641509"
},
{
"amount": 11.32,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 67,
"se": 0.68,
"specificationModel": "",
"tax": "0.68",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "11.320755"
},
{
"amount": 20.75,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 68,
"se": 1.25,
"specificationModel": "",
"tax": "1.25",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "20.754717"
},
{
"amount": 50,
"commodityName": "*物流辅助服务*收派服务",
"lslbs": "",
"quantity": "1",
"rowNo": 69,
"se": 3,
"specificationModel": "",
"tax": "3.00",
"taxClassifyCode": "3040409010000000000",
"taxRate": 0.06,
"unit": "次",
"unitPrice": "50.00"
}
],
"kjlx": "1",
"kpjh": null,
"kpr": null,
"machineCode": "499098868283",
"purchaserAddressPhone": "杭州市江干区九盛路9号A19幢1-3层 0571-28332749",
"purchaserBank": "农行杭州九堡支行 19033301040188826",
"purchaserName": "快鱼服饰有限公司",
"purchaserTaxNo": "913300000740226677",
"refinedOilState": null,
"remarks": "收派服务费",
"requestId": "",
"salesAddressPhone": "合肥市蜀山区汶水路电商园三期1号楼C区一楼 17737158281",
"salesBank": "中国工商银行股份有限公司合肥胜利路支行 1302012909024814976",
"salesName": "合肥德邦货运代理有限公司",
"salesTaxNo": "913401006957237305",
"state": "0",
"totalAmount": 1421.63,
"totalTax": 85.37,
"tspzDm": "",
"xhqdBz": "Y",
"yfpdm": null,
"yfphm": null
}
}
🟢200机动车销售统一发票查验成功
🟢200增值税普通发票查验成功
🟢200增值税电子专用发票查验成功
🟢200增值税电子普通发票查验成功
🟢200增值税普通发票(卷票)查验成功
🟢200增值税电子普通发票(通行费)查验成功
🟢200二手车统一销售发票查验成功
🟢200全电纸质发票(增值税专用发票)查验成功
🟢200全电纸质(机动车销售统一发票)查验成功
🟢200全电纸质发票(增值税普通发票)查验成功
🟢200电子发票(普通发票)查验成功
🟢200全电纸质(二手车统一销售发票)查验成功
修改于 2024-06-25 11:50:39