投稿済み Mon, 17 Mar 2025 16:38:26 GMT 、投稿者 Scott Roberts Xerox Systems Admin
Has anyone done any integrations with Acumatica?
投稿済み Tue, 18 Mar 2025 07:03:37 GMT 、投稿者 Edward Sant Fournier
I'm also interested in this request - integration with Acumatica
投稿済み Mon, 05 May 2025 18:51:56 GMT 、投稿者 Jeff Slack ECM Specialist
I'm also interested to know what this integration would look like.
投稿済み Fri, 09 May 2025 08:02:23 GMT 、投稿者 Gerardo Lisanti Team Leader Product Management
Hi Scott, Edward, Jeff,

I believe you can integrate with Acumatica's REST API using the Workflow Web Service activity in DocuWare. Based on my research, Acumatica provides OpenAPI 3.0 (Swagger) definitions, which can be imported into the DocuWare Workflow Designer to simplify integration. Additionally, Acumatica offers a range of REST API Examples that demonstrate various operations. For instance, to retrieve a list of accounts you can use the following GET request:

GET https://<your-acumatica-instance.com>/entity/Default/24.200.001/Account?$filter=AccountGroup%20eq%20'ACCG02'&$select=AccountCD

Authorization should be possible using OAuth2 Token via DocuWare Web Service configurations, see Authorization Code Flow: Obtaining of an Access Token and ID Token

I hope this helps!

Viele Grüße
Gerardo Lisanti

Team Leader Product Management  |  DocuWare GmbH

フォーラムに投稿するためにはログインが必要です。