文档
测试

任务更新

POST
http://SERVER:PORT/V3/taskUpdate

请求参数

参数名
类型
描述
必填
taskId
string
示例:2020070600089 具体备注参考任务更新详情 请求参数选填
必填
taskTypeId
string
示例:162
必填
taskType
string
示例:阿斯达
必填
taskTitle
string
示例:20201208ceshi
必填
groupId
int
示例:24
必填
groupName
string
示例:盘古
必填
memberIds
string
示例:278,59
必填
executeName
string
示例:朱林健,孙柳
必填
dieFraction
string
示例:278
必填
totalMemberNum
string
示例:19961109
必填
memberNum
string
示例:19961109
必填
startDate
int
示例: "2020-08-11" yyyy-MM-dd
必填
endDate
int
示例:"2020-08-11" yyyy-MM-dd
必填
workHours
string
示例:78
必填
targetAmount
int
示例:987654
必填
estimateCostAmount
int
示例:12345678
必填
profitPercent
string
示例:73.33
必填
type
int
1:非研发任务 2:研发考核任务 3:研发非考核任务
必填

说明 / 示例

``` { "flag": true, "code": "1000", "data": null, "message": "成功" } ```