Sage IntacctProjects

Sage Intacct Projects API

Sync permissioned projects data with Sage Intacct through Apideck's unified API. One integration, instant access to the governed data your team needs.

Supported Operations for Sage Intacct Projects

Full CRUD support available through our unified API

list
get
create
update
delete

Supported Fields

26 fields

Fields available for Sage Intacct Projects

iddownstream_idnamedisplay_idreference_iddescriptionstatusactiveproject_typestart_dateend_datecompletion_datecustomerdepartmentowner_id+11 more

API Model Preview

Sample response structure for projects

{
  "id": "12345",
  "downstream_id": "12345",
  "name": "Example Name",
  "display_id": "12345",
  "reference_id": "12345",
  "description": "Example Description",
  "status": "active",
  "active": true,
  "project_type": "standard",
  "start_date": "2024-01-15",
  "end_date": "2024-01-15",
  "completion_date": "2024-01-15",
  "customer": {
    "id": "12345",
    "display_id": "CUST-001",
    "display_name": "Acme Corp",
    "company_name": "Acme Corporation"
  },
  "department": "string",
  "o
  ...

Quick Start Example

Start syncing Sage Intacct projects in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List projects from Sage Intacct
const result = await apideck.accounting.projects.list({
  serviceId: 'sage-intacct'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified projects data
Related Data Models

Other Sage Intacct Data You Can Sync

Explore more Sage Intacctresources available through Apideck's unified API

Sage Intacct SDKs

Build Sage Intacct integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Get started for free