{
"qyName": "湖南长沙XX有限公司"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/risk/hmd/zdsswf' \
--header 'access_token: {{access_token}}' \
--header 'access_token;' \
--header 'req_date: {{req_date}}' \
--header 'req_date;' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"qyName": "湖南长沙XX有限公司"
}'
{
"reqId": "e5c3e852df134750891cf77b110a155f",
"code": "2000",
"success": true,
"message": null,
"data": {
"qyName": "湖南长沙XX有限公司",
"zdsswfFlag": 1,
"zdsswfList": {
"total": 1,
"items": [
{
"created_time": "2019-04-09",
"updated_time": "2019-04-09",
"agent": "-",
"address": "湖南省经济技术开发区承德南333室",
"illegal_fact": "经江苏省淮安市国家税务局稽查局检查,发现其在2015年12月01日至2016年05月31日期间,主要存在以下问题:对外虚开增值税销项发票150份,金额1408.00万元,税额239.00万元。",
"url": "http://hd.chinatax.gov.cn/xxk/action/GetArticleView1.do?op=xxkweb&id=234642",
"result": "依照《中华人民共和国税收征收管理法》等相关法律法规的有关规定,对其处以罚款0.01万元的行政处罚,并依法移送司法机关。",
"credit_no": "91320891MA1MC20690",
"name": "湖南长沙XX有限公司",
"property": "虚开增值税专用发票或者虚开用于骗取出口退税、抵扣税款的其他发票",
"oper": "史臻桂,男",
"time": "2017-03-01",
"org_no": "A1MC2069",
"finance_officer": "-",
"u_tags": 0
}
]
}
}
}