Skip to main content

Accounting: Sage Active

Interact with the Sage Active API to manage organizations, customers, products, and sales quotes.

Pre-requisite: Install Sage Active application in Profile > {Organization} > Applications to grant Zparse access.

Parameters

Sage Active AccountREQUIRED

Configured Sage Active application.

OrganizationREQUIRED

Tenant/organization within the Sage Active account on which the operation runs.

EndpointREQUIRED

Which Sage Active operation to call:

Organizations:

  • Organizations List — Retrieve all organizations.

Customers:

  • Customers List — Retrieve all customers.
  • Customers Create — Create a new customer.

Products:

  • Products List — Retrieve all products.

Sales Quotes:

  • Sales Quote Create — Create a new sales quote.
  • Sales Quote Update — Update an existing sales quote.
  • Sales Quote Delete — Delete a sales quote.

Input

Request

API-compatible payload (JSON or File) for Create, Update, or Delete operations. The expected format follows the Sage Active API specification for the selected endpoint. List endpoints accept an empty/trigger payload.

Output

Response

JSON response returned by the Sage Active API.