更新表单数据

HTTP Request

PUT|POST /apaas/api/v2/form_entities/:id

HEADERS

字段名 是否必填 描述
ACCESS-TOKEN true 授权token(aPaas提供)

URL Parameters

字段名 是否必填 描述
id 表单数据ID
custom_form_id 表单ID

Body Parameters

字段名 是否必填 描述
custom_app_id 自建应用ID

请求正文

{
    "form_entity": {
        "text_1691116765689_fe45581": "哇咔隧道咔a 133333a a",
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "multi_select_1691562342042_e0b50f": ["qxjjDA3ECTzu2olh+sPR9A==","QpbX0pPJ6koOUsZBXwtclg=="],
        "address_select_1692580744482_e108c6":  {
          "country_id": "4", "province_id": "9",
          "city_id": "73", "district_id": "732", "detail_address": "马路口驴子街"
        },
        "geo_address_1692673349914_fc5d81": {
            "latitude": 29.952211,
            "longitude": 90.080563
        },
        "usr_23269095707e8": [
            {"uid": 4, "name": "test1", "third_userid": null}
        ],
        "dept_232691000022d": [
            {"did": 1, "name": "dept1", "third_dept_id": null}
        ],
        "nest_2324013095370acf": {
            "level_0": "60943MKVMq0Erpe9dUdV7w==",
            "level_1": "WkFg1hVKiht2xdOjfhlpqQ=="
        },
        "cu_rela_2324018421118": {
            "value": 1,
            "label": "上海微问家",
            "relation_source": {
                "id": 23,
                "name": "data_1_3_9ddabc",
                "label": "推广线索",
                "external_type": ""
            }
        }

    }
}

返回数据

{
    "code": 0,
    "message": "success",
    "remark": "成功",
    "data": {
        "app_id": 4,
        "custom_form_id": 13,
        "organization_id": 1,
        "created_at": "2023-08-16T15:29:15.318+08:00",
        "updated_at": "2023-08-29T16:42:17.772+08:00",
        "id": 30,
        "custom_form_data_table_name": "data_1_4_e2aafe",
        "primary_field_value": null,
        "text_1691116765689_fe4558": "哇咔隧道咔a 133333a a",
        "text_1691116775689_fb4558": null,
        "email_1691116765689_fe4558": null,
        "select_1691125929052_d05a00": "H6Qq/ojoIFNyICUXzx3UOw==",
        "select_1691125929052_d05a00_display": "入门",
        "multi_select_1691562342042_e0b50f": [
            "qxjjDA3ECTzu2olh+sPR9A==",
            "QpbX0pPJ6koOUsZBXwtclg=="
        ],
        "multi_select_1691562342042_e0b50f_display": [
            "大",
            "高"
        ],
        "address_select_1692580744482_e108c6": {
            "region_info": "中国 上海 上海市 浦东新区",
            "country_name": "中国",
            "province_name": "上海",
            "city_name": "上海市",
            "district_name": "浦东新区",
            "country_id": "4",
            "province_id": "9",
            "city_id": "73",
            "district_id": "732",
            "detail_address": "马路口驴子街"
        },
        "geo_address_1692673349914_fc5d81": {
            "latitude": 29.952211,
            "longitude": 90.080563
        },
        "usr_23269095707e8": [
            {
                "uid": 4,
                "name": "test1",
                "third_userid": null
            }
        ],
        "dept_232691000022d": [
            {
                "did": 1,
                "name": "dept1",
                "third_dept_id": null
            }
        ],
        "nest_2324013095370acf": {
            "level_0": "60943MKVMq0Erpe9dUdV7w==",
            "level_1": "WkFg1hVKiht2xdOjfhlpqQ=="
        },
        "nest_2324013095370acf_display": [
            "层级1",
            "层级2"
        ],
        "cu_rela_2324018421118": {
            "value": 1,
            "label": "上海微问家",
            "relation_source": {
                "id": 23,
                "name": "data_1_3_9ddabc",
                "label": "推广线索",
                "external_type": ""
            }
        },
        "creator_uid": 1,
        "creator": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "user_uid": 1,
        "user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "before_user_uid": null,
        "before_user": {
          "uid": null,
          "name": null,
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "update_user_uid": 1,
        "update_user": {
          "uid": 1,
          "name": "test",
          "phone": null,
          "path_uid": null,
          "third_userid": null
        },
        "department_did": 1,
        "department": {
          "did": 1,
          "name": null,
          "status": 1,
          "path_did": null,
          "third_dept_id": null
        },
        "before_department_did": null,
        "before_department": {
          "did": null,
          "name": null,
          "status": null,
          "path_did": null,
          "third_dept_id": null
        },
        "user_updated_at": "2023-08-16T15:29:15.313+08:00"
    }
}
文档更新时间: 2025-04-29 14:18   作者:姜河