AccountingControlRequestDTO

class deepfos.api.models.accounting_engines.AccountingControlRequestDTO(**data)

Accounting Control Request DTO

引用接口

  • POST /accounting/engines/update/control/status

属性

elementId : Optional[str]

会计元素-ID

batchNumber : Optional[str]

会计元素-执行批次号

status : Optional[str]

会计元素-执行状态:字符类型 ,0 失败,1 成功,2 删除

elementName : Optional[str]

会计元素-元素名称

elementType : Optional[str]

元素类型 BILL:单据,ACCOUNTING:会计引擎

path : Optional[str]

元素路径 (与folderId 两个二选一必填)

folderId : Optional[str]

文件夹ID (与path 两个二选一必填)

targetElementDataIdList : Optional[List[str]]

目标数据ID集合