Skip to content

DTMS API 目录(DtmsClient)

源码:apps/api/src/integrations/dtms/dtms.client.ts

全量表

方法HTTPPathBearer业务挂接
createCorporatePOST/corporatesSignup
loginPOST/auth/users/_loginAuth / Signup
createEntityPOST/entitesSync
updateEntityPATCH/entites/{id}Sync
deleteEntityDELETE/entites/{id}Sync 补偿
deleteCorporateDELETE/corporates/{id}Sync 补偿
createCounterpartyPOST/counterpartiesCP / BANK / Document
searchCounterpartiesPOST/counterparties/searchCP / Document
updateCounterpartyPATCH/counterparties/{id}CP
deleteCounterpartyDELETE/counterparties/{id}CP
createBankAccountPOST/bank-accountsBanking
getBankAccountGET/bank-accounts/{id}Backfill
updateBankAccountPATCH/bank-accounts/{id}Banking
searchBankAccountsPOST/bank-accounts/search未挂接
uploadFilesPOST/files?type=&description=Statement / Document
convertStatementPOST/statements/convertBanking
getStatementJobGET/statements/jobs/{jobId}Banking / Poller
ignoreStatementJobPOST/statements/jobs/{jobId}/ignoreBanking / Revert
listStatementJobsGET/statements/jobs?pageable.*&applied&ignored&statusIgnore conflicts
applyStatementPOST/statements/applyBanking
convertDocumentProcessingJobPOST/document-processing-jobs/convertDocuments
getDocumentProcessingJobGET/document-processing-jobs/{id}?includeExtractedData=Poller
updateDocumentProcessingJobPATCH/document-processing-jobs/{id}Document apply
validateDocumentProcessingJobPOST/document-processing-jobs/{id}/validateDocument apply
applyDocumentProcessingJobPOST/document-processing-jobs/{id}/applyDocument apply
declineDocumentProcessingJobPOST/document-processing-jobs/{id}/declineDocument revert
bulkCreateBankFlowsPOST/bank-flows-v2/bulkStatement apply fallback
searchBankFlowsPOST/bank-flows-v2/search?pageable.*Statement apply
bulkCreateCashFlowsPOST/cash-flows/bulkFlowSyncRunner
searchCashFlowsPOST/cash-flows/search?pageable.*未挂接
searchCashFlowInstrumentsPOST/cash-flow-instruments/search未挂接
getLiquidityProjectionPOST/cash-liquidity/projectionCashLiquidity
getDm2BucketsGET/dm2-buckets?currency=FX
getDm2BucketDealsGET/dm2-buckets/{bucket}/deals?currency=FX

未挂接说明

阅读提示

未挂接 = DtmsClient 已实现,但当前仓库无业务编排调用;勿写入生产主路径文档。

方法说明
searchBankAccounts仅 Client 定义
searchCashFlows仅 Client 定义
searchCashFlowInstruments仅 Client 定义

部分挂接bulkCreateCashFlowsFlowSyncRunnerService 消费,但 createCashFlowSyncTask 在仓库内无入队调用方;详见 flows/08

以 apps/api 代码为准 · 生成规范见 .cursor/skills/liquia-business-docs