Jump to content

Rob Miles

Moderators
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Rob Miles

  1. Hi, We currently only publish and support the following scopes as per our documentation: "openid," "email," "profile," and "offline_access." These scopes are in alignment with OpenID Connect standards and provide necessary access for integration with Sage 200. Regarding your mention of the scope "Sales:ReadWrite," we would like to inquire where you found this documented. Could you please provide a link or specific reference to the documentation mentioning this scope? This will help us ensure accurate information and address any potential discrepancies.
  2. Unfortunately, updating stock item selling prices directly through the Sage 200 Professional API is not currently supported. You can retrieve pricing information using the 'product_price_views' endpoint, but it's read-only and does not allow price updates. For price updates, you'll need to use the application or explore automation options through the Sage 200 SDK. If this functionality is crucial to your operations and you believe it should be considered for future development, we encourage you to share your feedback on the Sage 200 Ideas Hub. Your input is valuable, and by posting your feature requests or suggestions, you can contribute to the ongoing improvement of the Sage 200 API. Here's the link to the Ideas Hub: Sage 200 Ideas Hub.
  3. Hi, UKI Sage Developer Programme members can access the Sage 200 and Sage 50 programs, as well as SDK tools, at the following locations: Developer Services Home Sage 200 Downloads Sage 50 Accounts Downloads If you encounter any issues, please contact Developer Services at [email protected].
  4. Hi, To perform database specific requests using the Sage 200 API, such as making a GET request to the Customers endpoint, you need to include the Site ID (X-Site) and Company ID (X-Company) within the request header. X-Company: Unique identifier of a specific company within the Sage 200. X-Site: Represents a unique identifier of a specific site within a company. Including these IDs routes your request to the right company and site, ensuring that you're interacting with the intended data. To obtain the X-Site and X-Company values for all the companies accessible to the authenticated user, you can execute a GET request against the site's endpoint. (Links to each API Reference below) Sage 200 Standard: https://api.columbus.sage.com/uk/sage200/accounts/v1/sites Sage 200 Professional:https://api.columbus.sage.com/uk/sage200extra/accounts/v1/sites The relevant site_id and company_id values returned in the response should then be passed in subsequent requests as the X-Site and X-Company values respectively. All documentation for the Sage 200 API and Web Amendability can be found at https://developer.sage.com/200/.
  5. Hi, I'm Rob, a member of the Sage Developer Services Team. We currently support developers with integration with our UKI product line and Sage Business Cloud Accounting. We have created a private club for members of the UK Developer Programme 👍 If you are currently a member of the Sage Developer Programme please feel free to request to join.
×
×
  • Create New...