PUT api/PutFormField
编辑申请表字段
Request Information
URI Parameters
None.
Body Parameters
d=[ID=[字段ID,guid],No=[序号,int?],Name=[,string],Describe=[,string?],ControlType=[字段控件类型,int?(0:input,1:textare,2:select,3:datetime,4:postcode),0],SelectableValues=[默认值或可选值,string?,逗号分隔多个值],Enabled=[是否启用,bool?],IsCondition=[是否选择字段,bool]]
UploadParametersName | Description | Type | Additional information |
---|---|---|---|
u |
用户ID StaffID |
integer |
None. |
t |
全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密] |
string |
Required |
d |
数据参数 加密(单点登陆除外) 不同API,参数格式不同 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "u": 1, "t": "sample string 2", "d": "sample string 3" }
application/x-www-form-urlencoded
Sample:
u=Value&t=Value&d=Value
Response Information
Resource Description
编辑申请表字段
ApiResultName | Description | Type | Additional information |
---|---|---|---|
Code |
Http状态码 |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.