Overview

The AJAX gateway is basically the same as the XML gateway endpoint used by Web Services developers, with a couple exceptions.

In order to assist with using the AJAX gateway, Sage Intacct provides the AJAX SDK for JavaScript. This allows you to mostly work with JavaScript functions and objects instead of directly with the underlying XML API.

The intention of the AJAX gateway is to help Platform Services developers create both:

Concurrent connections and timeouts

The system limits the number of AJAX requests it accepts from a single user. These are typically in same throttle as the requests coming from the application UI:

Note: Limits are subject to change without notice in order to maintain optimal performance.

Provide feedback