{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": " INVOICE.RED.VEHICLE",
"data": {
"invoiceCode": "string",
"invoiceNo": "string"
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": " INVOICE.RED.VEHICLE",
"data": {
"invoiceCode": "string",
"invoiceNo": "string"
}
}'
{
"data": "string",
"errorCode": "string",
"success": true
}