添加/修改/删除保养项目基础信息
POST
http://[域名]/baoyang/operbyprojectbaseinfo
接口描述
添加/修改/删除保养项目基本信息
请求参数
参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
opertoken
string
身份操作凭证
必填
opertype
string
操作类型 add:添加 edit:修改 delete:删除
必填
projectno
string
保养项目编号,opertype为add时,可不填写,其余必须填写
可选
projectname
string
保养项目名称,opertype为add、edit时,必须填写,其余不填写
必填
content
string
方法与要求,opertype为add、edit时,必须填写,其余不填写
必填
bystandardno
string
保养标准编号,opertype为add、edit时,必须填写,其余不填写
必填
byperiodictypecode
string
保养周期类型编码,opertype为add、edit时,必须填写,其余不填写
必填
byperiodicvalue
string
间隔周期数值,opertype为add、edit时,必须填写,其余不填写
必填
istakepicture
string
是否必须拍照,0:是 1:否 2:异常必拍 opertype为add、edit时,必须填写,其余不填写
必填
remarks
string
备注,opertype为add、edit时,可填可不填,其余不填写
可选
请求数据示例
响应参数
参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填