查询销售机会字段ID
POST https://qw-openapi-tx.dustess.com/saleChance/v2/saleChanceFieldList?accessToken=
Content-Type: application/json
字段 | 类型 | 描述 | 是否必须 |
---|---|---|---|
accessToken | String | accessToken | 是 |
响应参数名 | 类型 | 说明 |
---|---|---|
success | Bool | 请求状态,true:成功,false:失败 |
code | Int | 响应代码,错误时存在 |
msg | String | 消息提示 |
data | Object[] | 数据信息 |
data.cate_id | String | 类型id |
data.stable | Object[] | 系统字段 |
data.stable.id | String | 字段id |
data.stable.name | String | 字段系统名 |
data.stable.show | String | 字段展示名 |
data.stable.type | String | 字段类型 |
data.stable.is_ban | Bool | 是否禁止编辑, true: 禁止编辑, false: 可以编辑 |
data.stable.enable | Bool | 是否启用, true: 启用, false: 未启用 |
data.stable.require | Bool | 是否必填, true: 必填, false: 非必填 |
data.stable.options | String[] | 选择项数组 |
data.udf | Object[] | 自定义字段 |
data.udf.column_id | UInt64 | 字段雪花ID |
data.udf.column_name | String | 字段业务ID,新增编辑时使用该ID对字段进行操作 |
data.udf.column_type | String | 字段类型:string 单行文本;float 数字;datetime 日期时间;date 日期;text 多行文本;single_choice 单选项;multiple_choice 多选项;file 附件;single_cascader 多级联选-单选;multiple_cascader 多级联选-多选 |
data.udf.column_name_full | String | 字段显示名称 |
data.udf.column_description | String | 提示文案 |
data.udf.column_required | Bool | 是否启用, true: 必填, false: 非必填 |
data.udf.column_indexed | Bool | 是否索引, true: 启用, false: 未启用 |
data.udf.column_unique | Bool | 是否限定值唯一, true: 限定唯一, false: 不限定 |
data.udf.column_is_del | Bool | 是否被删除, true: 已删除, false: 未删除 |
data.udf.column_closed | Bool | 是否被停用, true: 已停用, false: 未停用 |
data.udf.column_relation | Bool | 是否被模版关联, true: 已关联, false: 未关联 |
data.udf.column_verify_rule | String | 校验规则 |
data.udf.column_order | Int | 模版中字段 排序位置 |
data.udf.column_field_biz_classify | String | 字段业务类型:UDF 用户自定义字段;SDF 系统预设字段 |
data.udf.column_field_enums | Object[] | 单选/多选字段选项 |
data.udf.column_field_enums.enum_name | String | 选项显示名称 |
data.udf.column_field_enums.enum_value | String | 选项ID,编辑存储时传递 |
data.udf.column_field_enums.is_del | Bool | 选项是否被删除, true: 已删除, false: 未删除 |
data.udf.column_type_constraint | Map[String]Object | 字段约束 |
data.udf.column_type_constraint.multiple_cascader | Map[String]Object | 字段约束-多级联选多选相关约束 |
data.udf.column_type_constraint.multiple_cascader.parent_can_select | Bool | 字段约束-多级联选多选父级是否可选父级, true: 可选父级, false/或字段key不存在: 仅选最后一级 |
data.udf.column_type_constraint.multiple_cascader | Map[String]Object | 字段约束-多级联选单选相关约束 |
data.udf.column_type_constraint.single_cascader.parent_can_select | Bool | 字段约束-多级联选单选父级是否可选父级, true: 可选父级, false/或字段key不存在: 仅选最后一级 |
{
"success": true,
"msg": "",
"trace_id": "2f8d9734-a77a-907d-8077-2b4d147ff2b0",
"data": [
{
"id": "8264c72b-3751-11ee-9eda-c64712094cdd",
"account": "W00000000545",
"cate_id": "80b2990a-3751-11ee-9eda-c64712094cdd",
"stable": [
{
"id": "name",
"name": "机会名称",
"show": "机会名称",
"type": "text",
"is_ban": true,
"enable": true,
"require": true,
"options": null,
"enable_format": false
},
{
"id": "current_stage",
"name": "销售阶段",
"show": "销售阶段",
"type": "text",
"is_ban": true,
"enable": true,
"require": true,
"options": null,
"enable_format": false
},
{
"id": "product_type",
"name": "意向商品类别",
"show": "意向商品类别",
"type": "radio",
"is_ban": false,
"enable": false,
"require": false,
"options": null,
"enable_format": false
},
{
"id": "price",
"name": "金额",
"show": "金额",
"type": "number",
"is_ban": false,
"enable": true,
"require": true,
"options": null,
"enable_format": false
},
{
"id": "success_time",
"name": "预计成单日期",
"show": "预计成单日期",
"type": "date",
"is_ban": false,
"enable": true,
"require": true,
"options": null,
"enable_format": false
},
{
"id": "opponent",
"name": "竞争对手",
"show": "竞争对手",
"type": "checkbox",
"is_ban": false,
"enable": true,
"require": false,
"options": null,
"enable_format": false
},
{
"id": "opponent_desc",
"name": "竞争对手描述",
"show": "竞争对手描述",
"type": "textarea",
"is_ban": false,
"enable": true,
"require": false,
"options": null,
"enable_format": false
},
{
"id": "remark",
"name": "备注",
"show": "备注",
"type": "textarea",
"is_ban": false,
"enable": true,
"require": false,
"options": null,
"enable_format": false
},
{
"id": "dept",
"name": "所属部门",
"show": "所属部门",
"type": "text",
"is_ban": true,
"enable": true,
"require": true,
"options": null,
"enable_format": false
}
],
"udf": [
{
"columnId": 1689542801483816960,
"columnName": "biz_id",
"columnType": "string",
"columnNameFull": "业务ID",
"columnRequired": true,
"columnIndexed": true,
"columnUnique": true,
"columnRelation": true,
"columnFieldBizClassify": "SDF",
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881280,
"columnName": "6adpqc-ll4uqr23",
"columnType": "string",
"columnNameFull": "lys1-单行文本",
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881281,
"columnName": "pj67io-ll4uqr23",
"columnType": "text",
"columnNameFull": "lys1-多行文本",
"columnOrder": 1,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881282,
"columnName": "ytwhyh-ll4uqr23",
"columnType": "float",
"columnNameFull": "lys1-数字",
"columnOrder": 2,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {
"float": {
"type": "no_limit"
}
}
},
{
"columnId": 1689543084934881283,
"columnName": "wbwsja-ll4uqr23",
"columnType": "single_choice",
"columnNameFull": "lys1-单选项",
"columnOrder": 3,
"columnFieldBizClassify": "UDF",
"columnFieldEnums": [
{
"name": "选项1",
"value": "1"
},
{
"name": "选项2",
"value": "2"
},
{
"name": "选项3",
"value": "3"
}
],
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881287,
"columnName": "2rph93-ll4uqr23",
"columnType": "multiple_choice",
"columnNameFull": "lys1-多选项",
"columnRequired": true,
"columnOrder": 4,
"columnFieldBizClassify": "UDF",
"columnFieldEnums": [
{
"name": "选项1",
"value": "1"
},
{
"name": "选项2",
"value": "2"
},
{
"name": "选项3",
"value": "3"
}
],
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881291,
"columnName": "tqlcsb-ll4uqr23",
"columnType": "date",
"columnNameFull": "lys1-日期",
"columnOrder": 5,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881292,
"columnName": "mzoc7c-ll4uqr23",
"columnType": "datetime",
"columnNameFull": "lys1-日期时间",
"columnOrder": 6,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {
"datetime": {
"type": "yyyy-MM-dd HH:mm"
}
}
},
{
"columnId": 1689543084934881293,
"columnName": "d2v12d-ll4uqr23",
"columnType": "file",
"columnNameFull": "lys1-附件",
"columnOrder": 7,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {}
},
{
"columnId": 1689543084934881294,
"columnName": "yanyve-ll4uqr23",
"columnType": "single_cascader",
"columnNameFull": "lys1-级联-单选",
"columnOrder": 8,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {
"single_cascader": {}
}
},
{
"columnId": 1689543084934881295,
"columnName": "dum07u-ll4uqr23",
"columnType": "multiple_cascader",
"columnNameFull": "lys1-级联-多选",
"columnOrder": 9,
"columnFieldBizClassify": "UDF",
"columnTypeConstraint": {
"multiple_cascader": {}
}
}
]
}
]
}
修改于 2024-09-19 06:27:57