文档
测试

新增打分方法

POST
/api/scores

接口描述

新增打分方法

请求参数

参数名
类型
描述
必填
value
decimal
打分总得分
必填
productId
string
产品id
必填
templateId
string
模板id
必填
scoreDate
date
打分日期
必填
type
int
打分类型(公开市场、非公开市场、日度)
必填
seq
int
打分排序(指的是选择产品的顺序)
必填
scoreItemList
scoreItemList
评分项集合
必填
itemDefineId
string
评分项定义Id
必填
itemValue
decimal
评分项得分
必填
remark
string
评分项备注
必填
seq
interger
评分项排序
必填
scoreFactorlist
scoreFactorlist
评分因素集合
必填
factorDefineId
string
评分因素定义id
必填
factorValue
decimal
评分因素得分
必填
remark
string
备注
必填
seq
interger
打分评分因素排序
必填

响应参数

参数名
类型
描述
必填
status
int
状态码
必填
code
int
错误编码
必填
msg
string
信息
必填
data
object
结果集
必填