2-9 企业事件
2.9企业事件
Topic(租户级):{tenant}/proj_{projectId}/v1-business-model-enterprise
Topic(租户级):{tenant}/proj_{projectId}/v1-business-model-error-enterprise
error标识此topic是外部业务模型事件的错误响应消息
2.9.1 企业增删改事件(s0130001)
事件定义
事件名称 | 事件类型 | 事件描述 |
---|---|---|
add | 通知型 | 企业新增事件 |
edit | 通知型 | 企业更新事件 |
delete | 通知型 | 企业删除事件 |
企业新增事件
{
"reportTs": 1661154622,
"profile": {
"poiCode": "s0130001",
"appType": "enterprise",
"modelId": 130001
},
"events": {
"add": {
"eventTs": 148813512323,
"eventType": 1,
"enterpriseList":[{
"id":"企业Id",//string类型;考虑到外部可能把code当唯一标识
"projectId": "项目id",
"name": "企业姓名",
"phone": "企业电话",
"idType": 0,
"idNumber": "证件号码",
"spaceIds": [],
"customerGradeId": null,
"customerTypeId": null,
"contractName": "紧急联系人姓名",
"contractPhone": "紧急联系人电话",
"address": "客户地址",
"email": "邮箱",
"remark": "备注",
"logoUrl": "企业Logo",
"registrationName": "登记机关",
"legalPerson": "登记法人",
"registerDate": null,
"status": 0,
"registerCapital": "注册资本",
"registerAddress": "注册地点",
"fax": "传真",
"employeeCount": "员工数",
"stockCode": "股票代码",
"countryCertification": 0,
"website": "网站",
"income": "收入",
"profit": "利润",
"ratal": "纳税额",
"whichIndustry": "所属行业",
"developmentCost": "研发投入",
"merchantCode":"商户号"
}]
}
}
}
企业新增错误告警事件
{
"msgId":"hfjld729jc927894n02783n49"//建议uuid确定消息唯一性
"reportTs": 1661154622,
"profile": {
"poiCode": "s0130001",
"appType": "enterprise",
"modelId": 130001
},
"events": {
"add_error": {
"eventTs": 148813512323,
"eventType": 2, //2标识这是错误告警
"msg":"添加企业失败", //公共参数,数据类型:string;与api公共参数一致
"status":"ENTERPRISE_ADD_ERROR",//错误码,数据类型:string;与api公共参数一致
"code":400,//错误码,默认400,数据类型:int;与api公共参数一致
"enterpriseList":[{
"id":"企业Id",//string类型;考虑到外部可能把code当唯一标识
"projectId": "项目id",
"name": "企业姓名",
"phone": "企业电话",
"idType": 0,
"idNumber": "证件号码",
"spaceIds": [],
"customerGradeId": null,
"customerTypeId": null,
"contractName": "紧急联系人姓名",
"contractPhone": "紧急联系人电话",
"address": "客户地址",
"email": "邮箱",
"remark": "备注",
"logoUrl": "企业Logo",
"registrationName": "登记机关",
"legalPerson": "登记法人",
"registerDate": null,
"status": 0,
"registerCapital": "注册资本",
"registerAddress": "注册地点",
"fax": "传真",
"employeeCount": "员工数",
"stockCode": "股票代码",
"countryCertification": 0,
"website": "网站",
"income": "收入",
"profit": "利润",
"ratal": "纳税额",
"whichIndustry": "所属行业",
"developmentCost": "研发投入",
"merchantCode":"商户号"
}]
}
}
}
字段定义
字段名称 | 字段类型 | 字段描述 | 是否必传 | 长度 |
---|---|---|---|---|
eventType | int | 事件类型,此处默认1 | 是 | |
eventTs | long | 事件时间 | 是 | 13 |
id | String | 组织Id | 是 | 36 |
projectId | long | 项目id | 是 | 36 |
name | string | 企业姓名 | 是 | 50 |
phone | string | 企业电话 | 是 | 50 |
idType | int | 证件类型,0:代表空,1:统一社会信用代码,2:工商注册号 | 否 | 36 |
idNumber | string | 证件号码 | 否 | 45 |
spaceIds | string[] | 所属空间 空间企业关联表 | 否 | 36 |
customerGradeId | long | 客户级别id | 否 | 36 |
customerTypeId | long | 客户类型id | 否 | 36 |
contractName | string | 紧急联系人姓名 | 是 | 50 |
contractPhone | string | 紧急联系人电话 | 否 | 15 |
address | string | 客户地址 | 否 | 50 |
email | string | 邮箱 | 否 | 50 |
remark | string | 备注 | 否 | 100 |
logoUrl | string | 企业Logo | 否 | 255 |
registrationName | string | 登记机关 | 否 | 20 |
legalPerson | string | 登记法人 | 否 | 20 |
registerDate | long | 成立日期 | 否 | 45 |
status | int | 企业状态,0:代表空,1:存续,2:在业,3:吊销,4:注销,5:迁入,6:迁出,7:停业,8:清算 | 否 | 36 |
registerCapital | string | 注册资本 | 否 | 20 |
registerAddress | string | 注册地点 | 否 | 20 |
fax | string | 传真 | 否 | 20 |
employeeCount | string | 员 工数 | 否 | 20 |
stockCode | string | 股票代码 | 否 | 20 |
countryCertification | int | 国高认证 0:代表空,1:是,2:否 | 否 | 36 |
website | string | 网站 | 否 | 50 |
income | string | 收入 | 否 | 50 |
profit | string | 利润 | 否 | 20 |
ratal | string | 纳税额 | 否 | 20 |
whichIndustry | long | 所属行业 | 否 | 20 |
developmentCost | string | 研发投入 | 否 | 20 |
merchantCode | string | 商户号 | 否 | 20 |
企业更新事件
{
"reportTs": 1661154622,
"profile": {
"poiCode": "s0130001",
"appType": "enterprise",
"modelId": 130001
},
"events": {
"edit": {
"eventTs": 148813512323,
"eventType": 1,
"enterpriseList":[{
"id":"企业Id",//string类型;考虑到外部可能把code当唯一标识
"projectId": "项目id",
"name": "企业姓名",
"phone": "企业电话",
"idType": 0,
"idNumber": "证件号码",
"spaceIds": [],
"customerGradeId": null,
"customerTypeId": null,
"contractName": "紧急联系人姓名",
"contractPhone": "紧急联系人电话",
"address": "客户地址",
"email": "邮箱",
"remark": "备注",
"logoUrl": "企业Logo",
"registrationName": "登记机关",
"legalPerson": "登记法人",
"registerDate": null,
"status": 0,
"registerCapital": "注册资本",
"registerAddress": "注册地点",
"fax": "传真",
"employeeCount": "员工数",
"stockCode": "股票代码",
"countryCertification": 0,
"website": "网站",
"income": "收入",
"profit": "利润",
"ratal": "纳税额",
"whichIndustry": "所属行业",
"developmentCost": "研发投入",
"merchantCode":"商户号"
}]
}
}
}
企业更新错误告警事件
{
"msgId":"hfjld729jc927894n02783n49"//建议uuid确定消息唯一性
"reportTs": 1661154622,
"profile": {
"poiCode": "s0130001",
"appType": "enterprise",
"modelId": 130001
},
"events": {
"edit_error": {
"eventTs": 148813512323,
"eventType": 2, //2标识这是错误告警
"msg":"更新企业失败", //公共参数,数据类型:string;与api公共参数一致
"status":"ENTERPRISE_EDIT_ERROR",//错误码,数据类型:string;与api公共参数一致
"code":400,//错误码,默认400,数据类型:int;与api公共参数一致
"enterpriseList":[{
"id":"企业Id",//string类型;考虑到外部可能把code当唯一标识
"projectId": "项目id",
"name": "企业姓名",
"phone": "企业电话",
"idType": 0,
"idNumber": "证件号码",
"spaceIds": [],
"customerGradeId": null,
"customerTypeId": null,
"contractName": "紧急联系人姓名",
"contractPhone": "紧急联系人电话",
"address": "客户地址",
"email": "邮箱",
"remark": "备注",
"logoUrl": "企业Logo",
"registrationName": "登记机关",
"legalPerson": "登记法人",
"registerDate": null,
"status": 0,
"registerCapital": "注册资本",
"registerAddress": "注册地点",
"fax": "传真",
"employeeCount": "员工数",
"stockCode": "股票代码",
"countryCertification": 0,
"website": "网站",
"income": "收入",
"profit": "利润",
"ratal": "纳税额",
"whichIndustry": "所属行业",
"developmentCost": "研发投入",
"merchantCode":"商户号"
}]
}
}
}
字段定义
字段名称 | 字段类型 | 字段描述 | 是否必传 | 长度 |
---|---|---|---|---|
eventType | int | 事件类型,此处默认1 | 是 | |
eventTs | long | 事件时间 | 是 | 13 |
id | String | 组织Id | 是 | 36 |
projectId | long | 项目id | 是 | 36 |
name | string | 企业姓名 | 是 | 50 |
phone | string | 企业电话 | 是 | 50 |
idType | int | 证件类型,0:代表空,1:统一社会信用代码,2:工商注册号 | 否 | 36 |
idNumber | string | 证件号码 | 否 | 45 |
spaceIds | string[] | 所属空间 空间企业关联表 | 否 | 36 |
customerGradeId | long | 客户级别id | 否 | 36 |
customerTypeId | long | 客户类型id | 否 | 36 |
contractName | string | 紧急联系人姓名 | 是 | 50 |
contractPhone | string | 紧急联系人电话 | 否 | 15 |
address | string | 客户地址 | 否 | 50 |
email | string | 邮箱 | 否 | 50 |
remark | string | 备注 | 否 | 100 |
logoUrl | string | 企业Logo | 否 | 255 |
registrationName | string | 登记机关 | 否 | 20 |
legalPerson | string | 登记法人 | 否 | 20 |
registerDate | long | 成立日期 | 否 | 45 |
status | int | 企业状态,0:代表空,1:存续,2:在业,3:吊销,4:注销,5:迁入,6:迁出,7:停业,8:清算 | 否 | 36 |
registerCapital | string | 注册资本 | 否 | 20 |
registerAddress | string | 注册地点 | 否 | 20 |
fax | string | 传真 | 否 | 20 |
employeeCount | string |