Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • credit_data
  • dbp
  • Wiki
    • History.wiki
  • open_history_adminPenalty_search

Last edited by lila Oct 21, 2019
Page history

open_history_adminPenalty_search

历史行政处罚(新)


本接口用于查询历史行政处罚数据

调用路径

http://api.shuidi.cn/open/history/adminPenalty/search

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
key 是 查询公司名称/注册号/统一社会信用代码

{% include '../common/authenticate.md' %}

输出结果

{% include '../common/output_format.md' %}

输出样例

{
    "statusCode": 1,
    "statusMessage": "请求成功",
    "data": {
        "eciList": [
            {
                "docNo": "津红国税罚〔2016〕20021",
                "penaltyType": "违反税收管理",
                "content": "罚款金额0.2万元;没收金额0.0万元",
                "penaltyDate": "2016-11-25",
                "publicDate": "",
                "officeName": "天津市红桥区国家税务局"
            },
            {
                "docNo": "津红国税罚〔2016〕20021",
                "penaltyType": "违反税收管理",
                "content": "罚款金额0.2万元;没收金额0.0万元",
                "penaltyDate": "",
                "publicDate": "",
                "officeName": "天津市红桥区国家税务局"
            }
        ],
        "creditChinaList": []
    }
}

输出结果字段含义

属性名 含义
eciList.docNo 文号
eciList.penaltyType 违法行为类型
eciList.content 处罚内容
eciList.penaltyDate 决定日期
eciList.publicDate 作出行政公示日期
eciList.officeName 决定机关
creditChinaList.caseNo 决定文书号
creditChinaList.name 违法行为类型
creditChinaList.lianDate 决定时间
creditChinaList.province 省份
creditChinaList.ownerName 公司
creditChinaList.caseReason 案由

{% include '../common/error_code.md'%}

Clone repository
  • README
  • SUMMARY
  • bidchance.wiki
    • README
    • open_bidchance_batchGetDatas
    • open_bidchance_batchGetKeywords
    • open_bidchance_count
    • open_bidchance_find
    • open_bidchance_keywords
    • open_bidchance_search
    • open_bidchance_searchPage
  • common
    • authenticate
    • error_code
    • output_format
    • service_hosts_pub
  • company.wiki
    • README
View All Pages