{
"requestId": "string",
"interfaceCode": "REDCONFIRMBILL.REVOKE",
"businessSystemCode": "string",
"data": {
"taxNo": "string",
"number": "string",
"enteridentity": "0",
"qrlx": "C"
}
}
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",
"interfaceCode": "REDCONFIRMBILL.REVOKE",
"businessSystemCode": "string",
"data": {
"taxNo": "string",
"number": "string",
"enteridentity": "0",
"qrlx": "C"
}
}'
{
"errorCode": "string",
"message": "string"
}