Browse By Tags

  • Obtaining invoices PDFs using the API

    Hi Team, Could you advise how to obtain the invoice PDF via API?
  • Obtaining a list of customers using the API

    Hi Team, Could you advise how to obtain a list of Customers via API? Now I use the GET request https://{{HOST}}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers('customer_name') But if I should receive a few customers, I should a single request for each Customer…
  • GraphQL Production Tracking

    We're looking to automate creation of Production Tracking transactions. The 11/2022 Sage X3 Version 12 Capabilities Guide lists Transaction for Production Tracking as an available operation. After browsing around the API Reference , it's not obvious to…
  • SAGE API - Campanhas Comerciais

    Boa tarde, No SAGE 50c existe a possibilidade de criar regras de descontos por vários critérios com por exemplo "Cliente/Artigo", "Grupo de Cliente/Artigo", etc...., que por sua vez ficam localizados na tabela "DiscountEligibleItem" Queria saber se…
  • Where to find Journal Entry Balances

    Hello Sage Community, I am currently working on an integration project to post transactions into my Sage 300 ERP database via an API. While posting transactions directly from the Sage 300 ERP interface to the GL as a journal entry, everything works correctly…
  • Sage CRM Rest API - $type not shown in response GET Email or GET Phone

    We use the Rest API of Sage CRM (2022 R2, on premises). The result of a GET of an Email fails to return the type of the Email. Same for GET of Phone (no type of Phone number). The documentation shows that the response should contain attribute '$type'…
  • Generate Auto number for sales invoice and sales order

    Hi All, How to get next invoice number using peactree SDK (interop.peachwserver.dll) Any help on this will be appreciated. Thanks.
  • Gateway time-out Error Core 504

    Hello there, Our development team is currently getting 504 error while making an API calls. Is there any solution to this? I Regards
  • API REST et CLOB ACPLAIN ou ACRTF

    Bonjour, j'ai ajouté dans une classe et une représentation un champ clob (ACPLAIN) (V12 32) en m'appuyant sur la documentation " Adding CLOB Text to a Representation Class". Quand je saisis des données dans la représentation, le clob ce met bien à…
  • API Sage 50c - Erro ao iniciar

    Boa tarde, estou a ter este erro quando tento iniciar a API do Sage 50c. "The VB Application identified by the event source logged this Application S50cAPI22: Thread ID: 12004 ,Logged: MsgBox: Licenciamento, ATENÇÃO! Data do sistema parece estar incorrecta…
  • REST API - PATCH method

    Hello, I asked a question in French Community about REST API ( https://www.sagecity.com/fr/sage-x3/f/technique/202641/api-rest---patch-method ), and i've been suggested to open a new Idea. So there it is. Can the PATCH method be implemented in SAGE…
  • Exporting payment via REST API

    Hi All, In my current project I'm writing a code to create a payment batch in Sage300 via REST API. In order to do that I'm doing a GET to a random payment and then clearing the fields to add the new data. Is there a way to get a template of the payload…
  • API Rest - Patch Method

    Bonjour, je suis en train d'écrire une interface entre Sage X3 (V11) et une plateforme extérieure avec des api REST Les méthodes GET et POST fonctionnent correctement, mais je n'arrive pas à faire fonctionner la méthode PATCH. J'ai un retour 400…
  • API - Impressão dos documentos

    Boa tarde, Estou a tentar imprimir (pela API) todos os documentos importados para o Sage, contudo agora apareceu a necessidade de imprimir somente o triplicado. Se eu diminuir o número de cópias para 1, só irá imprimir o "Original". Até já tentei…
  • 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…
  • API integration between website and Sage 500?

    Hi! One of our clients uses Sage 500, and they're interested in integrating with their website. They'd like to send bids / quotes back and forth between their website and the ERP. I work for the company that runs the website, and we have a good API…
  • Sage 300 WebAPI Logon

    To logon to the Sag300WebApi successfully you will need to ensure the below checklist: Security Rights: If using the Admin User ensure the user has been allowed access to the WEBAPI ( Please refer to KB article 92825) Modify web.config file…
  • Connecteur GE / Erreur d'activation du connecteur

    Bonjour, Lorsque nous essayons d'activer le connecteur GE dans Sage Génération Experts en entrant les différentes informations demandées (Code client, Numéro de facture, SIREN...). Il nous affiche l'erreur suivante Voici la trace de l'erreur …
  • Updating Contacts give this error, Sage Accounting API

    Hi, Im triying to update Contacts using the API and Im getting the next error: "validation" : { "errors" : [ { "field" : "tax_number", "message" : "must be blank" }, { "field" : "tax_number", "message" : "Format must match '123456789XX1234 (15 characters…
  • Unauthorized error when trying to make a request sage api from my nodejs backend server

    I tried making a request to any sage api with the given api link with ip address from sage on my nodejs web server but i get unauthorized error. It works fine when I call the apis from the swagger docs provided to us by sage. What could be doing wrong…
  • Please supp the client credentials grant type on your API

    More and more customers are wanting coupled integration with Sage 200 / Standard using the API from their e-commerce sites so this is getting to be an urgent requirement for a lot of developers. This then requires a service to written to get orders…
  • Getting Tax Number must be blank error while updating a customer Sage Accounting

    Hi, Im triying to update Contacts using the API and Im getting the next error: "validation" : { "errors" : [ { "field" : "tax_number", "message" : "must be blank" }, { "field" : "tax_number", "message" : "Format must match '123456789XX1234 (15 characters…
  • GLTransactionPost issues

    I want to create a GLTransaction using this url: http://<IP>:5000/freedom.core/<Database Name>/SDK/Rest/GLTransactionPost and the following body: < GLTransactionPost xmlns = http :// Freedom.PastelEvolution.co.za / Freedom.Core / 2014 /…
  • Sage 200 API

    Can a Journal entry endpoint be added to the Sage 200 API for standard and professional?
  • REST Web Services to Show Multiple-dimensional Properties and Their Values

    Greetings everyone, I have faced a bottleneck regarding REST web services and Representation which is I need help to retrieve any data I expected to see from the API platform. Presentation and classes I recently created, both named ''ZGACCENTRYA", which…