中智HR数字化分析平台
  1. 样本及标签
中智HR数字化分析平台
  • 登录
    • 登录接口
      GET
    • 获取验证码图片
      GET
  • 公司查询接口
    • 天眼查开放接口
      GET
    • 公司查询接口
      GET
    • 公司内部查询接口
      POST
  • 模板
    • 模板数据请求
      POST
    • 保存模板接口
      POST
  • 基础数据
    • 获取省份接口
      POST
    • 基础信息查询接口
      GET
    • 获取行业子类
      GET
    • 查询省下面的市
      POST
  • 任务
    • 企业线
      • 导出原始数据
      • 企业列表查询接口
      • 查询数据池数据
      • 保存数据池
      • 数据池管理查询接口
      • 加入客户数据(复制员工信息)
      • 查询报告制作数据池
      • 企业统计接口1
      • 企业统计接口
    • 获取处理人员清单
      GET
    • 获取临时任务信息
      GET
    • 删除暂存数据
      GET
    • 获取主任务信息
      GET
  • 过往合作
    • 过往合作客户视角查询
    • 查询过往合作数据
  • 其他
    • 附件上传接口
    • 暂存接口
    • 获取模板清单
    • ??模板接口??
    • 获取选中模板的内容
    • 获取模板指标接口
    • 人社数据导出接口
    • 根据学历查询人社数据
  • 上市公司
    • 模板管理
      • 删除查询模板数据
      • 删除指标模板数据
      • 删除统计模板数据
      • 获取查询模板
      • 获取指标模板
      • 获取统计模板
      • 保存查询模板接口
      • 保存统计模板接口
      • 更新统计模板接口
      • 保存指标模板接口
      • 分享模板接口
      • 获取分享模板
    • 基础数据
      • 获取下拉选项数据
      • 获取指标字段
      • 获取指标字段 (仅指标和口径)
      • 获取指标字段 (文本)
      • 根据指标名称模糊匹配数字类指标
    • 样本及标签
      • 删除样本
        POST
      • 清空用户样本
        POST
      • 保存企业样本信息
        POST
      • 保存全部企业样本信息
        POST
      • 根据用户获取样本数据
        POST
      • 全部标记标签
        POST
      • 查询标签企业
        GET
    • 标签
      • 更新标签类别
      • 保存企业标签
      • 删除企业标签
      • 新增标签类别
      • 删除标签类别
      • 添加标签
      • 修改标签
      • 删除标签
      • 获取标签类别
      • 获取标签
    • 企业样本筛选查询接口
      POST
    • 校验自定义指标接口
      POST
  • 人社线
    • 数据预览
      • 人社线-数据预览-企业列表接口
      • 人社线-数据预览-企业数据统计
      • 人社线-数据预览-职工数据统计
    • 数据剔除
      • 人社线-职位薪酬-学历
      • 人社线-职位薪酬-职业类别
      • 人社线-职位薪酬-岗位等级小类
      • 人社线-人工成本结构
      • 人社线-人工成本效能
      • 剔除人社数据
      • 获取剔除数据
      • 保存剔除数据
      • 取消剔除
    • 维度
      • 人社线维度模板导出
      • 人社线维度模板导入
      • 保存维度表头
      • 获取维度表头
      • 获取维度清单
    • 导出
      • 获取人工成本下拉
      • 获取职工下拉
      • 保存报表参数
      • 获取报表参数
      • 导出人工成本水平
      • 导出人工成本效益
      • 导出职工表
      • 保存维度参数
      • 获取维度参数
  1. 样本及标签

保存企业样本信息

开发中
POST
/li-company-inter/saveCompanyInter

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/json

示例
[
    {
        "stockCode": "600007.SH",
        "stockAbbreviation": "中国国贸",
        "chineseNameTheCompany": "中国国际贸易中心股份有限公司",
        "companyNatureFlush": "其他",
        "province": "北京市",
        "city": "朝阳区",
        "listingSegment": "主板",
        "initialListingDate": "1999-03-12",
        "industryNewCsrc": "K",
        "industryNewCsrcCode0": "K",
        "industryNewCsrcName0": "房地产业",
        "shenwanIndustry": "430102",
        "shenwanIndustryCode0": "430000",
        "shenwanIndustryName0": "房地产",
        "shenwanIndustryCode1": "430100",
        "shenwanIndustryName1": "房地产开发",
        "shenwanIndustryCode2": "430102",
        "shenwanIndustryName2": "商业地产",
        "chinaSecuritiesIndustry": "60102010",
        "chinaSecuritiesIndustryCode0": "60",
        "chinaSecuritiesIndustryName0": "房地产",
        "chinaSecuritiesIndustryCode1": "6010",
        "chinaSecuritiesIndustryName1": "房地产",
        "chinaSecuritiesIndustryCode2": "601020",
        "chinaSecuritiesIndustryName2": "房地产管理与服务",
        "chinaSecuritiesIndustryCode3": "60102010",
        "chinaSecuritiesIndustryName3": "房地产管理",
        "nationalEconomicIndustry": "",
        "mainBusiness": "从事商务服务设施的投资、经营和管理"
    },
    {
        "stockCode": "600016.SH",
        "stockAbbreviation": "民生银行",
        "chineseNameTheCompany": "中国民生银行股份有限公司",
        "companyNatureFlush": "其他",
        "province": "北京市",
        "city": "西城区",
        "listingSegment": "主板",
        "initialListingDate": "2000-12-19",
        "industryNewCsrc": "J66",
        "industryNewCsrcCode0": "J",
        "industryNewCsrcName0": "金融业",
        "industryNewCsrcCode1": "J66",
        "industryNewCsrcName1": "货币金融服务",
        "shenwanIndustry": "480301",
        "shenwanIndustryCode0": "480000",
        "shenwanIndustryName0": "银行",
        "shenwanIndustryCode1": "480300",
        "shenwanIndustryName1": "股份制银行Ⅱ",
        "shenwanIndustryCode2": "480301",
        "shenwanIndustryName2": "股份制银行Ⅲ",
        "chinaSecuritiesIndustry": "40101010",
        "chinaSecuritiesIndustryCode0": "40",
        "chinaSecuritiesIndustryName0": "金融",
        "chinaSecuritiesIndustryCode1": "4010",
        "chinaSecuritiesIndustryName1": "银行",
        "chinaSecuritiesIndustryCode2": "401010",
        "chinaSecuritiesIndustryName2": "商业银行",
        "chinaSecuritiesIndustryCode3": "40101010",
        "chinaSecuritiesIndustryName3": "综合性银行",
        "nationalEconomicIndustry": "",
        "mainBusiness": "从事公司及个人银行业务、资金业务、融资租赁业务、资产管理业务及提供其他相关金融服务。"
    }
]

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9999/api1/li-company-inter/saveCompanyInter' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "stockCode": "600007.SH",
        "stockAbbreviation": "中国国贸",
        "chineseNameTheCompany": "中国国际贸易中心股份有限公司",
        "companyNatureFlush": "其他",
        "province": "北京市",
        "city": "朝阳区",
        "listingSegment": "主板",
        "initialListingDate": "1999-03-12",
        "industryNewCsrc": "K",
        "industryNewCsrcCode0": "K",
        "industryNewCsrcName0": "房地产业",
        "shenwanIndustry": "430102",
        "shenwanIndustryCode0": "430000",
        "shenwanIndustryName0": "房地产",
        "shenwanIndustryCode1": "430100",
        "shenwanIndustryName1": "房地产开发",
        "shenwanIndustryCode2": "430102",
        "shenwanIndustryName2": "商业地产",
        "chinaSecuritiesIndustry": "60102010",
        "chinaSecuritiesIndustryCode0": "60",
        "chinaSecuritiesIndustryName0": "房地产",
        "chinaSecuritiesIndustryCode1": "6010",
        "chinaSecuritiesIndustryName1": "房地产",
        "chinaSecuritiesIndustryCode2": "601020",
        "chinaSecuritiesIndustryName2": "房地产管理与服务",
        "chinaSecuritiesIndustryCode3": "60102010",
        "chinaSecuritiesIndustryName3": "房地产管理",
        "nationalEconomicIndustry": "",
        "mainBusiness": "从事商务服务设施的投资、经营和管理"
    },
    {
        "stockCode": "600016.SH",
        "stockAbbreviation": "民生银行",
        "chineseNameTheCompany": "中国民生银行股份有限公司",
        "companyNatureFlush": "其他",
        "province": "北京市",
        "city": "西城区",
        "listingSegment": "主板",
        "initialListingDate": "2000-12-19",
        "industryNewCsrc": "J66",
        "industryNewCsrcCode0": "J",
        "industryNewCsrcName0": "金融业",
        "industryNewCsrcCode1": "J66",
        "industryNewCsrcName1": "货币金融服务",
        "shenwanIndustry": "480301",
        "shenwanIndustryCode0": "480000",
        "shenwanIndustryName0": "银行",
        "shenwanIndustryCode1": "480300",
        "shenwanIndustryName1": "股份制银行Ⅱ",
        "shenwanIndustryCode2": "480301",
        "shenwanIndustryName2": "股份制银行Ⅲ",
        "chinaSecuritiesIndustry": "40101010",
        "chinaSecuritiesIndustryCode0": "40",
        "chinaSecuritiesIndustryName0": "金融",
        "chinaSecuritiesIndustryCode1": "4010",
        "chinaSecuritiesIndustryName1": "银行",
        "chinaSecuritiesIndustryCode2": "401010",
        "chinaSecuritiesIndustryName2": "商业银行",
        "chinaSecuritiesIndustryCode3": "40101010",
        "chinaSecuritiesIndustryName3": "综合性银行",
        "nationalEconomicIndustry": "",
        "mainBusiness": "从事公司及个人银行业务、资金业务、融资租赁业务、资产管理业务及提供其他相关金融服务。"
    }
]'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "200",
    "msg": "成功!",
    "data": null
}
修改于 2023-01-03 10:14:18
上一页
清空用户样本
下一页
保存全部企业样本信息
Built with