简要描述:

  • 插入或更新报告模板参数

接口版本:

版本号 制定人 制定日期 修订日期
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:周末

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": true
  5. }

错误时返回:

返回参数说明:

参数名 类型 说明

备注:

-

文档更新时间: 2023-10-08 13:51