文档
测试

新增项目合同

POST
http://ip:port/api/compensation/contract/merge

接口描述

新增项目合同

请求头

参数名
类型
描述
必填
token
string
必填

请求参数

参数名
类型
描述
必填
remark
string
备注
必填
contractName
string
合同名称
必填
contractNum
string
合同编号
必填
contractType
string
合同类型
必填
AOwner
string
甲方
必填
BOwner
string
乙方
必填
COwner
string
丙方
必填
contractMoney
int
合同金额
必填
changeMoney
float
变更金额
必填
overMoney
float
已付金额
必填
contractTime
string
签约时间
必填
id
int
项目合同id(修改必填)
可选
contractDocumentList
array
附件数组
必填

响应参数

参数名
类型
描述
必填
res
int
返回状态码
必填
msg
string
返回状态信息
必填
data
object
数据字典
必填
id
int
项目合同id
必填