{
"requestId": "string",
"interfaceCode": "string",
"businessSystemCode": "string",
"data": {
"orgCode": "string",
"taxNo": "string",
"reportIssueStartDate": "string",
"reportIssueEndDate": "string",
"crossRegionTaxVerifyNo": "string",
"account": "string"
}
}
curl --location -g --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token={{access_token}}' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"interfaceCode": "string",
"businessSystemCode": "string",
"data": {
"orgCode": "string",
"taxNo": "string",
"reportIssueStartDate": "string",
"reportIssueEndDate": "string",
"crossRegionTaxVerifyNo": "string",
"account": "string"
}
}'
{
"success": true,
"errorCode": "string",
"message": "string",
"data": {
"batchNo": "string"
}
}