| 名称 | 类型 | 必填 | 注释 |
|---|---|---|---|
| optionName | string | 是 | 字段选项名称 |
| extendId | int | 否 | 外部扩展id |
| 名称 | 类型 | 注释 |
|---|---|---|
| columnId | int | 字段id |
| name | string | 字段名称 |
| key | string | 下拉字段唯一标识 |
| type | int | 1为下拉字段 |
| custom_field_options | string | 字段选项列表 |
| 名称 | 类型 | 注释 |
|---|---|---|
| optionId | int | 选项id |
| optionName | string | 字段选项名称 |
| extendId | int | 外部扩展id |
{
"columnId":"24917015",
"name":"ipaas下拉字段",
"key":"field_14",
"type":"1",
"custom_field_options":[
{
"optionId":"358769",
"optionName":"选项1",
"extendId":"001"
},
{
"optionId":"358770",
"optionName":"选项2",
"extendId":"002"
},
{
"optionId":"358771",
"optionName":"选项3",
"extendId":"003"
}
]
}{
"state":"403",
"message":"columnId does not exist"
}{
"state":"403",
"message":"optionName cannot be empty"
}{
"state":"10001",
"message":"This field is not a drop-down field"
}{
"state":"403",
"message":"optionName cannot be empty"
}{
"state":"403",
"message":"optionName cannot repeat"
}