• Sage 200 to power BI connector data missing

    Hi, the API documentation discusses that field nominal_analysis_items is returned when querying endpoint sales_transaction_enquiry_views. but it doesnt seem to return. is there a way to get this data? thanks Gareth
  • Sage 200 Api Access Clarification

    One of the clients I am working with for my company is switching to Sage 200. They want me to integrate Salesforce with Sage. Does Sage 200 have a api with a REST endpoint that I can make requests against without having to register for the developer program…
  • Is it possible to integrate data from Sage 200 using access to the Sage database?

    Hello Team, Could you clarify, is it possible to integrate data from Sage 200 using access to the database?
  • Contact Update via API "Nullable object must have a value."

    I get this 400 error when trying to update a customer_contact via the API. PUT /customer_contacts/xxxx { "first_name": "John", "last_name": "Doe", } [ "Nullable object must have a value." Any ideas?
  • Fully Implement Filtering on the Sage 200 API

    I have discovered that it is impossible to filter by certain 'calculated' columns on the API, particularly on the sales_posted_transactions endpoint. The following API call with a filter to return only Sales Receipts works successfully... /v1/sales_posted_transactions…
  • Sage 200 2018 version - working with APIs

    Hi, I am working with a team to develop a web and mobile front end for an organisation running on on premise solution of Sage 200c. They upgraded to the 2018 version of Sage and we are using this documentation as guidance for integration via APIs: developer…
  • Sage 200 UK Insert Sales order using API fields

    Hello, I am trying to insert Sales order using Sage 200 UK extra API's. I am able to do that successfully. But, I want to map the few fields with it and for that I want your help. I want to map the following screenshots fields using the API. From…