{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "ALLE.ACCOUNT.CHECK",
"data": {
"taxno": "税号"
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=1617326422240529408_YGVCbl9K6s8XTrIE0J9rdaztYI5Nw9LqmCadaCx2kW9v5CLRGZwLetQjDShDRbi3LVxQQTH5e9v1v7h4ac4L2BUTF1n6ucvd1wM8' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "ALLE.ACCOUNT.CHECK",
"data": {
"taxno": "税号"
}
}'
{
"errorCode": "string",
"message": "string",
"data": [
{
"etaxAccount": "string",
"etaxAccountType": "string",
"defaultFlag": "string",
"defaultType": "string"
}
]
}