Browse By Tags

  • Sage Accounting setup

    Hello, I am trying to integrate Sage into a clients application. I was following along with the setup guide for Sage accounting. I created all the profiles necessary but when I go to authenticate through postman into a created app I get a auth error and…
  • Sage X3 GraphQL Connectivity

    As you may already know, starting Sage X3 2021 R2 (V12), a new integration pathway has been introduced; the mighty GraphQL. Invented by Facebook to used internally back in 2012, GraphQL has gained massive popularity for its lightweight query and response…
  • Create Quote in Sage 200 Extra API

    Is it possible to create quotation on Sage 200 Extra API (via Postman)? I have no exposure/experience on Sage 200 so I'm relying on Sage docs which unfortunately not the best out there. I can get quotes according to https://developer.columbus.sage.com…
  • POST multiple resources with Postman

    Hi There, Is there any possibility to create multiple records using Sage300 POST request? I tried using Postman to create multiple ARCustomers with following json format. But I keep getting the InvalidPayload error. Can someone please help me to provide…
  • [REST] Web Services - Query By Date

    Hi there, I'm trying to use POSTMAN to query if an INVOICE exists by date. What DATE format should I use? I'm trying: xx.xx.xx.xxx:xxxx/.../YSINVOICEV eq '2017-05-24', but I get the response: "$message": "X3 engine error: Type incompatibility…