Browse By Tags

  • 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 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'…
  • 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 à…
  • 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…
  • 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…
  • 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…
  • What's Happening with the Avalara (Sage Sales Tax) TLS Deprecation?

    Hello X3 Family! Today, will be an informational session about the status of Avalara's TLS 1.0 and 1.1 Deprecation and how this affects Sage X3. If you're unfamiliar with the TLS (Transport Layer Security) protocol, this short YouTube - TLS Basics video…
  • How to get Order Items for a specific order via the REST API

    Hi I'm trying to create orders using the REST API, which I can do (I can create an opportunity ID, and use that to create an order), but I need to be able to add order line items. I was going to GET an order and associated items, and use that to work…
  • Retrieving all product stock quantities through REST API

    Hello there, I'm attempting to export product and matching quantity data from X3 using the REST API. I am successfully pulling generic product information using the default ITMMASTER representation, however I can't seem to find the representation which…