{
"businessSystemCode": "string",
"interfaceCode": "taxLogin",
"requestId": "string",
"data": {
"taxNo": "string"
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/rim/deduction?access_token=' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessSystemCode": "string",
"interfaceCode": "taxLogin",
"requestId": "string",
"data": {
"taxNo": "string"
}
}'
{
"success": "string",
"errorCode": "string",
"message": "string",
"data": {
"loginType": 0,
"needAuth": true,
"loginWebUrl": "string",
"companyType": "string",
"companyName": "string",
"etaxAccountType": 0,
"taxNo": "string",
"skssq": "string",
"gxrqfw": "string",
"city": "string"
}
}