{
"orgName": "string",
"taxCode": "string",
"originMark": "string",
"productId": "string",
"taxNoList": [
"string"
]
}curl --location '/api/org/find/taxCodeListInfo' \
--header 'Content-Type: application/json' \
--data '{
"orgName": "string",
"taxCode": "string",
"originMark": "string",
"productId": "string",
"taxNoList": [
"string"
]
}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"orgName": "string",
"productId": "string",
"tenantId": "string",
"taxCode": "string",
"originMark": "string",
"orgId": "string"
}
]
}