满足以下条件之一时
,蓝票可支持部分红冲:{
"sellerTaxpayerId": "440103999999202",
"invoiceType": "025",
"invoiceCode": "44125895623515",
"invoiceNo": "12345678",
"issueTime": "2024-04-01 11:11:11"
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sellerTaxpayerId": "440103999999202",
"invoiceType": "025",
"invoiceCode": "44125895623515",
"invoiceNo": "12345678",
"issueTime": "2024-04-01 11:11:11"
}'
{
"success": true,
"errorCode": "string",
"message": "string",
"data": {
"invoiceNo": "string",
"invoiceDate": "string",
"vatStatus": "00",
"ctStatus": "00",
"accountingStatus": "00"
}
}