简要描述:
- 插入或更新报告模板参数
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.8.9 | 朱小乾 | 2023-10-08 | - |
请求URL:
-/api/mobileGuide/examReport//InsertOrUpdateExamReportParams
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 否 | int | id |
templateId | 是 | int | 模板Id |
name | 是 | string | 名称 |
sqlParamsType | 是 | int | sql参数类型:0:int 1: string 2:Date |
DefaultValueType | 是 | int | 默认值类型:0:固定值 1:动态值 |
DefaultValue | 是 | string | 默认值 |
Years | 是 | int | 相对年数 |
Months | 是 | int | 相对月数 |
Quarters | 是 | int | 相对季度数 |
Weeks | 是 | int | 相对周数 |
Days | 是 | int | 相对天数 |
DayType | 是 | int | 天数类型:0:当日 1:前日 2:后日 3:年初 4:年末 5:季初 6:季末 7:月初 8:月末 9:周初 10:周末 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": true
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
备注:
-
文档更新时间: 2023-10-08 13:51