简要描述
请求URL
/planning/save/baseinfo_draft
请求方式
参数(这次接口更新的字段)
{
....
"planningNeedsOrgs":[{
"plannindId":'规划id',
"mainDemand":'主要述求',
"orgName":'名称',
},{
"plannindId":'规划id',
"mainDemand":'主要述求',
"orgName":'名称',
}],
"currentYearRzSelf":'当年capex入账-自研资本化',
"currentYearRzThirdparth":'capex当年入账-第三方',
"twoYearRzSelf":'第二年capex入账-自研资本化',
"twoYearRzThirdparth":'capex第二年入账-第三方',
"threeYearRzSelf":'第三年capex入账-自研资本化',
"threeYearRzThirdparth":'capex第三年入账-第三方',
"currentEstimateSelf":'当年预估投资-自研资本化',
"currentEstimateThirdparty":'capex预估投资-第三方',
"twoEstimateSelf":'第二年预估投资-自研资本化',
"twoEstimateThirdparty":'capex第二年预估投资-第三方',
"threeEstimateSelf":'第三年预估投资-自研资本化',
"threeEstimateThirdparty":'capex第三年预估投资-第三方',
"earlyStartFlag":'是否提前启动标识',
"earlyStartSelf":'提前启动自研',
"earlyStartThirdparty":'提前启动第三方'
}
备注:删除入参demandUnit
返回示例
{
....
"dataRows": {
}
}
返回参数说明
备注