public class CostCenterVersion extends Object
| 构造器和说明 |
|---|
CostCenterVersion(Config config) |
| 限定符和类型 | 方法和说明 | ||||
|---|---|---|---|---|---|
CreateCostCenterVersionResp |
create(CreateCostCenterVersionReq req)
创建成本中心版本,创建成本中心版本;每次调用可创建一个成本中心版本,可定义成本中心的名称,描述,上级成本,成本中心负责人,版本生效时间等信息,接口内会做相关规则的校验
非必填字段,不传时默认为空 ;
官网API文档链接:
CreateCostCenterVersionRespcreate(CreateCostCenterVersionReq req,
RequestOptions reqOptions)
创建成本中心版本,创建成本中心版本;每次调用可创建一个成本中心版本,可定义成本中心的名称,描述,上级成本,成本中心负责人,版本生效时间等信息,接口内会做相关规则的校验
非必填字段,不传时默认为空 ;
官网API文档链接:
DeleteCostCenterVersionRespdelete(DeleteCostCenterVersionReq req)
撤销成本中心版本,该接口支持通过成本中心的版本ID撤销成本中心版本信息
撤销后无法恢复, 并且在系统中无法搜索到对应成本中心版本信息,请谨慎操作。
| ||||
DeleteCostCenterVersionResp |
delete(DeleteCostCenterVersionReq req,
RequestOptions reqOptions)
撤销成本中心版本,该接口支持通过成本中心的版本ID撤销成本中心版本信息
撤销后无法恢复, 并且在系统中无法搜索到对应成本中心版本信息,请谨慎操作。
|
||||
PatchCostCenterVersionResp |
patch(PatchCostCenterVersionReq req)
更正成本中心版本,对成本中心的版本记录进行更正,可更正的字段包括:名称,上级成本中心,成本中心负责人列表,成本中心的描述,生效时间
官网API文档链接:
PatchCostCenterVersionResppatch(PatchCostCenterVersionReq req,
RequestOptions reqOptions)
更正成本中心版本,对成本中心的版本记录进行更正,可更正的字段包括:名称,上级成本中心,成本中心负责人列表,成本中心的描述,生效时间
官网API文档链接:
从类继承的方法 java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2026. All rights reserved. |