简体   繁体   English

如何使用Sage SData服务查询银行活动

[英]how to query bank activity with sage sdata service

I am looking at sage 50 sdata webservice I am able to list all bank accounts and I am able to list customer bank account ect but I can not figure out how to list the activity of one of the bank accounts say the the cash account. 我正在查看sage 50 sdata Web服务,我能够列出所有银行帐户,并且可以列出客户银行帐户等,但是我不知道如何列出其中一个银行帐户(例如现金帐户)的活动。 I am hitting the following endpoint that list only bank accounts " http://localhost:5493/sdata/accounts50/GCRM/-/bankAccountOpCo " I have looked through all the available adapters so I think it must be a query made to the webservice that gives the list of activity for an individual bank account, can anyone adivise 我点击了以下仅列出银行帐户的端点“ http:// localhost:5493 / sdata / accounts50 / GCRM /-/ bankAccountOpCo ”我已经查看了所有可用的适配器,因此我认为它必须是对Web服务的查询给出单个银行帐户的活动列表,任何人都可以

Sage is like a plant and all plants need a seed in this case the seed or should I say table you need to search is tradingActivities it is the root of sage accounts it what accounts call the audit trail my suggestion is to look at the financials module and use the report builder to see how sage would generate the data you require because all data stems from here. 鼠尾草就像一棵植物,所有植物都需要种子,在这种情况下,或者说要搜索的表是交易活动活动是鼠尾草科目的根源,该科目称为审计追踪,我的建议是查看财务模块并使用报告生成器查看贤哲将如何生成所需的数据,因为所有数据均源于此。 You may want to try something like localhost:5493/sdata/accounts50/GCRM/-/tradingActivities?where=accountReferance eq"1201"&format=json I hope this helps. 您可能想尝试类似localhost:5493/sdata/accounts50/GCRM/-/tradingActivities?where=accountReferance eq"1201"&format=json ,希望对您localhost:5493/sdata/accounts50/GCRM/-/tradingActivities?where=accountReferance eq"1201"&format=json帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM