- 基本介绍
- 快速开始
- 前置流 程
- 公共业务
- 登录业务
- 发票业务
进项发票勾选结果查询
开发中
POST
/v2/invoice/dzh/rz/fpgxjg
/v2/invoice/dzh/rz/fpgxjg
请求参数
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/fpgxjg' \
--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全电纸质(二手车统一销售发票)查验成功
修改于 2025-02-10 08:39:53