{
"creditCode": "",
"companyName": "深圳市交运工程集团有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}
curl --location --request POST '/v3api/zszc/other_penalties' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCode": "",
"companyName": "深圳市交运工程集团有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}'
{
"code": 0,
"data": {
"result": "有",
"detail": [
{
"decide_date": "2019-08-28 00:00:00",
"announcement_date": "",
"punishment_num": "(深人银票罚)罚字2019第002718号",
"decide_office": "中国人民银行深圳中心支行",
"punishment_content": "罚款 1,000.00"
}
],
"page": {
"page_total": 1,
"total_count": 3,
"page_no": 1,
"page_size": 20
}
},
"bizcode": 10000,
"success": true,
"message": "OK"
}