{
"businessSystemCode": "string",
"interfaceCode": "taxperiodChange",
"requestId": "string",
"data": {
"taxNo": "string",
"taxPeriod": "string",
"status": 0
}
}
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": "taxperiodChange",
"requestId": "string",
"data": {
"taxNo": "string",
"taxPeriod": "string",
"status": 0
}
}'
{
"errcode": "0000",
"description": "success",
"data": {
"skssq": "201909;20191024;201910",
"gxrqfw": "20180906-20190930"
}
}