- industry-category-item-resource
- industry-resource
- company-resource
- company-industry-resource
- company-category-resource
- category-item-resource
- category-resource
- user-resource
- account-resource
- authenticate-controller
- public-user-resource
- survey-attribute-resource
- survey-resource
- survey-main-resource
- survey-data-resource
- rule-resource
- rule-survey-resource
- quota-item-resource
- quota-resource
- data-result-resource
- data-config-resource
- import-detail-contrller
- user-jwt-controller
- export-detail-contrller
- report-resource
- test-data-api
/api/company/{id}
PUT
/api/company/{id}
company-resource
请求参数
Path 参数
id
string
必需
Header 参数
Authorization
string
可选
默认值:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTY5NDg1NjAyN30.ucimYoIO3BLwsXzgFdT9D2F08goUkTojjvK8NZ41Tu7hMHw7eNaX_jv2pWQY0pQcgGhRSpsxceGthP-n4R5w1w
Body 参数application/json
企业表
id
string <uuid>
主键
name
string
公司名称
creditCode
string
社会统一信用代码
industryCode
string
国民经济分类
mainBusiness
string
主营业务
organizationCode
string
组织机构代码
isFitInto
boolean
是否纳统
fitIntoTime
string <date-time>
纳统时间
isFocus
boolean
是否是重点关注企业
isFourUp
boolean
是否是四上企业
companyStatus
enum<string>
可选
枚举值:
MoveOutDeregistrationNormal
categoryItemInfos
array[object (CategoryItemDTO) {14}]
可选
id
string <uuid>
主键
name
string
分类名称
categoryId
string <uuid>
分类表主键
parentId
string <uuid>
父级ID
fullPath
string
全路径
level
integer <int32>
层级
code
string
分类code
parentCode
string
分类父级code
industryCode
string
可选
isRequire
boolean
是否必填项
isStar
boolean
是否标星项
description
string
描述
categoryInfo
object (CategoryDTO)
分类表
companyCnt
integer <int64>
子分类下企业数量
companyExInfo
object (CompanyExDTO)
可选
id
string <uuid>
可选
isTttt
boolean
可选
sort
integer <int32>
可选
staffNumRange
string
可选
fromTime
string <date-time>
可选
type
integer <int32>
可选
bondName
string
可选
isMicroEnt
integer <int32>
可选
usedBondName
string
可选
regNumber
string
可选
percentileScore
number <double>
可选
regCapital
string
可选
name
string
可选
regInstitute
string
可选
regLocation
string
可选
industry
string
可选
approvedTime
string <date-time>
可选
socialStaffNum
integer <int32>
可选
tags
string
可选
taxNumber
string
可选
businessScope
string
可选
property3
string
可选
alias
string
可选
orgNumber
string
可选
email
string
可选
regStatus
string
可选
estiblishTime
string <date-time>
可选
updateTimes
string <date-time>
可选
bondType
string
可选
legalPersonName
string
可选
toTime
string <date-time>
可选
actualCapital
string
可选
companyOrgType
string
可选
compForm
integer <int32>
可选
base
string
可选
creditCode
string
可选
historyNames
string
可选
bondNum
string
可选
regCapitalCurrency
string
可选
actualCapitalCurrency
string
可选
revokeDate
string <date-time>
可选
revokeReason
string
可选
cancelDate
string <date-time>
可选
cancelReason
string
可选
city
string
可选
district
string
可选
industryAll
string
可选
legalPersonPhone
string
可选
phoneNumber
string
可选
websiteList
string
可选
staffList
string
可选
compId
integer <int64>
可选
companyId
string <uuid>
可选
year
integer <int32>
可选
month
integer <int32>
可选
tttt
boolean
可选
companyCategoryList
array[object (CompanyCategoryDTO) {8}]
可选
id
string <uuid>
主键
companyId
string <uuid>
企业主键
categoryId
string <uuid>
分类表主键
categoryItemId
string <uuid>
分类子表主键
fullPath
string
全路径
companyInfo
object (CompanyDTO)
企业表
categoryInfo
object (CategoryDTO)
分类表
categoryItemInfo
object (CategoryItemDTO)