| 发票申请状态码 | 说明 |
|---|---|
| 0 | 未处理 |
| 7 | 正在计算税款 |
| 1 | 已税款计算 |
| 2 | 支付个税成功 |
| 3 | 支付个税失败 |
| 4 | 全部开票成功 |
| 5 | 部分开票成功 |
| 6 | 全部开票失败 |
{
"applyId": 215496499544
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/invoice/apply/info' \
--header 'appId: App202504140001' \
--header 'appId;' \
--header 'appSign;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyId": 215496499544
}'{
"code": 0,
"message": "成功",
"context": {
"applyId": 215496499544,
"approvalStatus": "2",
"companyId": 215496499500,
"invoiceSubCode": "3010101020203000000",
"invoiceSubName": "陆路运输服务",
"goodsName": "出租汽车客运服务",
"invoiceAmount": 5000,
"taxRate": 1,
"tax_amount": 78.5,
"added_tax": 49.5,
"local_tax": 29,
"invoice_count": 2,
"success_count": 2,
"error_count": 0,
"status": "1"
},
"traceId": "67e67c679247d31bda724a04c04d8c97",
"spanId": "ca83779156e434f8"
}