• 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…
  • 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…
  • REST API via customized Representation and Classes get Error 404

    I planned to make a REST API through a new representation and class both named 'ZGACCENTRYA' based on the data source of GACCENTRYA. My main objective is for the REST API able to call out the value of 'DIE' and 'CCE' with multiple dimensions via Postman…
  • GraphQL for custom Fields

    Hi, I am building an app, and my goal is to interface with my clients product information (they are using X3). Most of them have custom fields in master data -> product. Right now, we didn't find a way to query custom fields via GraphQl implementation…
  • Graphql Onpremise setup

    Hello everyone, I'm developing a middleware to integrate Sage X3 with a 3PL and I want to use GraphQL services but I'm not able to connect because I haven't found the correct Endpoint, I already try with " {{server}}/v1/service/PROD/api/" where PROD…
  • Sage X3 GraphQL Connectivity

    As you may already know, starting Sage X3 2021 R2 (V12), a new integration pathway has been introduced; the mighty GraphQL. Invented by Facebook to used internally back in 2012, GraphQL has gained massive popularity for its lightweight query and response…
  • How to pass data to a CLOB type parameter by API?

    Hi, I have a field of type ACRTF added to a representation and its class. I followed the online documentation, looking for: "How to add a clob text to a representation class". When I test with postman, I have problems with the ACRTF type field. I…
  • SageX3 Rest API Web Services - how to get contract schema xsd?

    Hello Community, Using Rest API Web Services in Sage X3 how can I get a contract schema definition XSD? The goal here is to get a list of available resources. SDATA documentation ( http://sage.github.io/SData-2.0/pages/core/0401/ ) says it is possible…
  • Sage Pay and Sage X3

    Hi everyone, I have a client that used Sage Pay to process transactions externally to Sage X3. They now want to create these transactions as receipts in Sage X3, have you done this? Looking at the Sage Pay API specs, they only allow the retrieve of…
  • Class rapresentation question

    FormerMember
    FormerMember
    Hi all, i'm trying to use the api, when i call the rapresentation for the class BPSUPPLIER the json give me only two fields. I want to add for example the field Address (BPAADDLIG1), i go to ->Developing -> Dictionary Data -> Classes -> Rapresentations…
  • Web services: Finding a receipt record using a PO number

    Hello all, I'm attempting to use X3 webservices to locate a matching receipt or receipts for a specific purchase order. I have created a web service for the PTH table, and in the data, I can see that the POHNUM is retrieved in one of the response segments…
  • 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…