Browse By Tags

  • Patch Release: April 2024

    With release 24.1.3.0 there were some cache list refresh enhancements to ensure the latest information is always used. In a scenario where there are multiple instances running concurrently, object reference errors were being recorded in the log files…
  • Sage CRM REST API - Group Retrieval

    Hi All, We building an integration between Sage CRM and an ESP and two features of this integration are the synchronisation of Group members and Wave Item members (also from a group, although the field returned from the API is ' Wait_TargetList ')between…
  • Activation Connecteur GE pour une application privée

    Bonjour Nous avons tenté d'activer le Connecteur GE en contactant l'équipe Sage au Maroc, cependant, il semble que cette demande dépasse leur champ d'action et relève plutôt de votre compétence en France. Je me permets donc de solliciter votre aide…
  • Sage 200 Developer Community

    If you're a Sage Developer, there's a separate forum for all things related to Sage 200 Web Amendability, the API and SDK. Developer Community >
  • Sage Integration

    Hi everyone, I'm busy integrating our website with SageOne Accounting. I want to send a POST request to create a customer when our system detects a new user. However, I see the docs say on request you can provide an ID in the body parameters Does…
  • Callback function after login

    Hi I am making API requests, and I know that you're using basic auth instead of Token. Is there a redirect/callback method that one can use to store User Credentials on the first-time login, or is the best way to deal with this to save these credentials…
  • Sage 50 Accounts API

    Hello, We wish to integrate a procurement software to Sage to push and pull data. We have granted access to developers for Sage and they have searched anywhere but cannot find the API needed for the integration. Variant: Sago 50 Accounts Professional…
  • Sage 200 Professional API

    Hello Any help would be amazing, Im trying to find out if its possible to do a stock update via the API (increase and decrease stock levels against specific Skus) im really struggling to find where to do this can anyone help please
  • Patch Release: January 2024

    With release 23.4.3.2 some processing speed issues were reported on APIs, the patch will improve the processing results. Please check the release notes for more details and steps to implement the patch file. Note: The file path is dependent how the…
  • Posting Zero Rated products into SOP endpoint

    I have a problem posting an SOP to api.columbus.sage.com/.../sop_orders It comes down to tax_code_id. We have products that are either Standard Rated ( VAT @ 20%) or Zero Rated (0%) When I post an order with lines that have products that are Standard…
  • Batch invoice creation API support

    I am a developer, and I have integrated Sage for one of my clients. Is there any API available to create a batch of invoices with a single API request? I am using Sage Business Cloud, and I am working with Laravel. Please let me know with the correct…
  • Sage 50c API

    Boa tarde, Na minha aplicação Web tenho um método para realizar a importação dos documentos para o SAGE, utilizando a API. De uma forma geral, o método inicia a API, depois importa os documentos e por fim termina a API. Contudo, se chamar o método varias…
  • Upload fichier en utilisant l'API REST

    Bonjour à tous Je voudrais utiliser l'API REST Sage X3 pour envoyer des fichiers dans un volume de stockage X3. Après mes recherches, j'ai découvert la représentation AVOLFIL qui pourrait m'être utile dans ce que je voudrais faire. Jusqu'à maintenant…
  • Créer un chemin API depuis une vue SQL

    Bonjour à tous, Je voudrais rendre le résultat d'une vue SQL accessible depuis l'API Sage X3. J'ai donc suivi ce tuto car les appels API suivent la logique suivante : nomserveur/.../nomClasse representation=nomRepresentation.$query Donc une fois…
  • Conectar herramienta propia por API

    Hola, Somos una empresa de servicios de automatización y optimización de procesos. Tenemos un cliente que tiene Sage Despachos Connected y necesita crear albaranes desde una herramienta de gestión de ticket externa. ¿Hay alguna forma de enviar datos…
  • API Rest sage x3

    Bonjour à tous, Je voudrais utilisé l'API de Sage X3 afin de récupérer des informations de l'ERP. Je suis tombé sur cette question d'un autre utilisateur: Requête GET REST API pour récupérer tous les enregistrements et avec les informations qu'il…
  • Sage 300 People Api Fields not Recognized

    Hi Ive just started a project for a people integration but whenever im trying to create or edit employee data i get the error that fields are mandatory but i already supply those fields and make sure they are not empty, { "success": false, "businessRules…
  • Patch Release: API October V2 2023

    With release 23.3.3.0 we made some improvements on the way the API utilised cached objects. API processing issues were reported, and a decision was made to revert the original improvements until a more viable solution is found. This patch can be applied…
  • API URL

    Where can I see the API URL and Port Number that was used during the implementation of a Sage 300 People instance. This instance was implemented some time back, and we do not have the detail used.
  • Purchase Order lines Nominal code via API

    Hi, Against a purchase order line you can assign a cost centre. I can't see this in the Pop_order_line_views API endpoint and cannot see a way of linking to other endpoints to retrieve it. i can go from Pop_order_line_views. pop_order_line_analysis_code_1…
  • 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
  • Patch Release: API September 2023

    A query was received from mainly MCS customers where the API calls failed after the September release was deployed. API Cached Objects With release 23.3.3.0 we made some improvements on the way the API utilised cached objects. We became aware of some…
  • Error message via API - Property 'ReceiptsAdjustments' on type 'Sage.CA.SBS.ERP.Sage300.AR.WebApi.Models.ReceiptAndAdjustmentBatch' is not a navigation property. Only navigation properties can be expanded.

    Team, I need your help. I would like to use the following request to receive payment: {{BASE_URL}}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARReceiptAndAdjustmentBatches?$expand=ReceiptsAdjustments($filter=DocumentNumber eq 'PY00000000000000000133') But Sage 300…
  • Error message via API - Property 'ReceiptsAdjustments' on type 'Sage.CA.SBS.ERP.Sage300.AR.WebApi.Models.ReceiptAndAdjustmentBatch' is not a navigation property. Only navigation properties can be expanded.

    Team, I need your help. I would like to use the following request to receive payment: {{BASE_URL}}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARReceiptAndAdjustmentBatches?$expand=ReceiptsAdjustments($filter=DocumentNumber eq 'PY00000000000000000133') But Sage 300…
  • How to use the API from a job/server context

    How can we authenticate with the API, from the context of a Job or server? We have a bespoke CRM, and want to have a job that will create & update and accounts within it into Sage automatically. Is this even achievable with the product? The only…