• Include the active status in the product_price_views API endpoint

    The Sage 200 Professional API `product_price_views` endpoint ignores the `active` property on the product. It returns prices for all products regardless of their status with no way to differentiate whether or not they are an active product or one that…
  • Sage 200 API Authorization Endpoint

    We're developing a web application to push data to hosted Sage 200 API - all is setup, but we're looking to generate authorization tokens for this, and the URL we would hit doesn't appear to be documented anywhere. The Spanish version shows us the process…
  • Add ability to pass Nominal Analysis information through sales_order and sales_order_line API endpoints

    Using the API it is possible to raise sales orders with lines, but there is no way to pass in nominal code data for either the order or the lines. This creates a completely unnecessary manual task in our case as the data has to be derived from what is…
  • Sage 200 API Unable to send large requests

    The Sage 200 APIClientLibrary fails to generate the necessary HMAC signature when the request payload is large. I am trying to post an Sales Invoice with approximately 300 line items. It appears that when generating the signature the APIClientLibrary…
  • Sage 200 API Installation ASP.NET Version

    Hi All, I would like to install the Sage 200 API but I cannot install Asp.Net 4.5 because that will disturb my environment (Windows 10 Pro, Asp.Net 4.7) which is shared with other application, and that will cost me time to configure the other application…
  • 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…
  • Endpoints relating to dbo.StockItemPeriodBalance

    Unfortunately in the current Sage 200 Professional API there doesn't appear to be an endpoint that would provide an approximation of the data stored in dbo.StockItemPeriodBalance. Altough these tables have great data within them. One example,of Period…
  • Support Analysis Codes in the API

    Please support Analysis Codes in your API so we can enter them in Paperless against invoices/credit notes, which would greatly reduce our time spent amending individual transactions in Sage and improve our reporting.
  • Sage 200 API - Set Postal Name in Sop_orders_delivery_address

    Hi, Would it be possible to add the postal_name field to the Sop_orders_delivery_address endpoint as a POST/PUT field. Sage 200 field PostalName in SopDocDelAddress. Thanks
  • Sage 200 UK Cloud APIs

    Hi All, I am new with the Sage 200c UK API/Webservices, Can anyone has a reference document for the implementation? Thanks, SF
  • API Enhancements

    Sage 200 has a dedicated developer and partner community who use our developer tools extensively to customise the software to customers business requirements. We'd like to hear feedback on areas where the API needs to be extended.
  • 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…