新增数据

爱搭贝
更新于2025-06-09

4、新增数据

接口地址:/apps/{app_id}/forms/{form_id}/record_create 请求方式:POST

请求参数

参数类型必输协议说明
form_idstringpath variable表单id
app_idstringpath variable应用id
start_flowboolparamerter是否发起流程
flow_codestring可选性必填paramerter当start_flow为true,该值必填

请求体参

参数说明必输类型
user_id用户idstring

样例:

{
    "form_id":"684ad97c537b47df824a8b602411b2d2",
    "app_id": "5f2fda02ea674ee0a5143b87b81af5e2",
    "user_id": "5f2fda02ea674ee0a5143b87b81af5e2",
    "其他表单字段":"对应"
}