商机更新事件
回调示例
{
"event": {
"stage": 100,
"owner_id": "DfCGs0JYH_y42TzAgQblbeACTEvPeP1UuZiSW76JEE4",
"company_id": "V8jVlw8KQ-1rDQVrRrybWUxBJDrdbtkwaLFXqo47utE",
"business_id": "iTyuYwT3mTUUsKY_jvxDom0xZShVZpjH0s706GLWkIc",
"change_type": "change_stage",
"create_time": 1744791707000,
"except_date": "2025-04-23",
"update_time": 1745828377000,
"winning_date": "2025-04-28",
"business_name": "协同CRM",
"except_amount": 900,
"create_user_id": "DfCGs0JYH_y42TzAgQblbeACTEvPeP1UuZiSW76JEE4",
"winning_amount": 900,
"business_opp_number": "SJ00006101",
"approval_completion_time": 1744793520000
},
"header": {
"to_app": "wloaff4c9fa5430eda43105f723b8710d5b8",
"event_type": "opportunity_update",
"time_stamp": "1745828377398"
}
}
回调字段说明
名称 | 类型 | 说明 |
---|---|---|
» event | 回调事件具体内容 | |
»» stage | integer | 商机阶段码值 |
»» owner_id | string | 归属人id |
»» company_id | string | 企业id |
»» business_id | string | 商机id |
»» change_type | string | 子类型:change_stage 商机阶段变更 |
»» create_time | number | 创建时间(Long类型,13位时间戳,精确到秒) |
»» except_date | string | 预计赢单日期(yyyy-MM-dd) |
»» update_time | number | 更新时间 |
»» winning_date | string | 赢单日期(yyyy-MM-dd) |
»» business_name | string | 商机名称 |
»» except_amount | integer | 预计赢单金额 |
»» create_user_id | string | 创建人id |
»» winning_amount | number | 赢单金额 |
»» business_opp_number | string | 商机编号 |
»» approval_completion_time | number | 与该商机相关的某个审批流程完成的时间 |
» header | 回调参数头 | |
»» to_app | string | 回调应用的appid |
»» event_type | string | 事件类型 |
»» time_stamp | long | 回调时间,13位时间戳,精确到毫秒 |