Classes

The Class Object

A Rutter Class represents the generic categorization for bills and expenses used for financial reporting purposes. In some instances, it is referred to as a Tracking Category.

Properties

idstring

The Rutter generated unique ID of the class.

platform_idstring

The platform specific ID of the class.

parent_idstringnullable

The Rutter ID of the Parent Class linked to the class.

has_childrenbooleannullable

Describes whether the class has child classes.

namestringnullable

The name of the class.

statusenumOptional

The status of the class.

One ofactive or archived.
created_atstringfilterablenullable

The ISO 8601 timestamp that the class was created.

updated_atstringfilterablenullable

The ISO 8601 timestamp that the class was last updated.

last_synced_atstringfilterable

The ISO 8601 timestamp when the class was last synced by Rutter.

platform_dataobjectOptional

The raw platform data corresponding to the Rutter object.

Endpoints
GET
/accounting/classes
GET
/accounting/classes/:id
POST
/accounting/classes

List Classes

GEThttps://production.rutterapi.com/versioned/accounting/classes

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

    cursorstringqueryOptional

    Used to paginate to the next batch of objects. Should be a copy of the next_cursor value from the previous response.

    limitintegerqueryOptional

    Used to limit the number of returned objects. Defaults to 50.

    filterstringqueryOptional

    Not yet supported on Sage Intacct or Dynamics 365 Business Central. Used to specify a filtering criteria for response objects. Refer to Filtering Objects to understand the syntax for the filtering criteria. The filtering syntax only supports fields decorated with a filterable tag in the response object.

    Filterable fields: created_at, updated_at, last_synced_at.

    sortstringqueryOptional

    Used to sort the response objects, e.g. last_synced_at ASC. If a value is provided but ASC or DESC is not, defaults to ASC. If omitted, defaults to updated_at DESC. Supports only fields decorated with a filterable tag in the response object except on Sage Intacct and Dynamics 365 Business Central. For those platforms, only updated_at and last_synced_at fields are supported.

    Sortable fields: created_at, updated_at, last_synced_at.

    expandenumqueryOptional

    Include platform specific data (includes additional fields not provided by the Rutter object).

    Must beplatform_data.
    last_synced_at_minintegerqueryOptional

    Deprecated - use filter instead. Used to filter objects with a last_synced_at value greater than or equal to the supplied value. Should be a Unix time in milliseconds.

    updated_at_maxintegerqueryOptional

    Deprecated - use filter instead. Used to filter objects with a updated_at value less than or equal to the supplied value. Should be a Unix time in milliseconds.

    updated_at_minintegerqueryOptional

    Deprecated - use filter instead. Used to filter objects with a updated_at value greater than or equal to the supplied value. Should be a Unix time in milliseconds.

    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.

Response Body

Support by integration
  • QuickBooks
    QuickBooks
  • Xero
    Xero
  • QuickBooks Desktop
    QuickBooks Desktop
  • NetSuite
    NetSuite
200
Example Response Body
JSON
1
{
2
"classes": [
3
{
4
"id": "00000000-0000-0000-0000-000000000000",
5
"platform_id": "12345678",
6
"parent_id": "00000000-0000-0000-0000-000000000000",
7
"has_children": false,
8
"name": "Generic Spend",
9
"status": "active",
10
"created_at": "2023-01-02T02:34:56.000Z",
11
"updated_at": "2023-01-02T02:34:56.000Z",
12
"last_synced_at": "2023-01-02T02:34:56.000Z",
13
"platform_data": {
14
"id": 123,
15
"data": "Varies by platform"
16
}
17
}
18
],
19
"next_cursor": "MTY3NDgzMTk0Ml82MDY4ZDI0ZC02NGRmLTRmN2EtYTM0Ny0zN2ZmNjY5MGVmMjU=",
20
"connection": {
21
"id": "00000000-0000-0000-0000-000000000000",
22
"orgId": "00000000-0000-0000-0000-000000000000",
23
"platform": "NETSUITE"
24
}
25
}

Fetch a Class

GEThttps://production.rutterapi.com/versioned/accounting/classes/:id

Request Parameters

    idstringpathRequired

    The unique ID of the object.

    access_tokenstringqueryRequired

    The access token of the connection.

    id_typeenumqueryOptional

    Used to indicate the type of id that is supplied. Defaults to rutter. Not yet supported on Sage Intacct or Dynamics 365 Business Central.

    One ofrutter or platform.
    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.

Response Body

Support by integration
  • QuickBooks
    QuickBooks
  • Xero
    Xero
  • QuickBooks Desktop
    QuickBooks Desktop
  • NetSuite
    NetSuite
200
Example Response Body
JSON
1
{
2
"class": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"parent_id": "00000000-0000-0000-0000-000000000000",
6
"has_children": false,
7
"name": "Generic Spend",
8
"status": "active",
9
"created_at": "2023-01-02T02:34:56.000Z",
10
"updated_at": "2023-01-02T02:34:56.000Z",
11
"last_synced_at": "2023-01-02T02:34:56.000Z",
12
"platform_data": {
13
"id": 123,
14
"data": "Varies by platform"
15
}
16
},
17
"connection": {
18
"id": "00000000-0000-0000-0000-000000000000",
19
"orgId": "00000000-0000-0000-0000-000000000000",
20
"platform": "NETSUITE"
21
}
22
}

Create a Class

POSThttps://production.rutterapi.com/versioned/accounting/classes

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

Request Body

    response_modeenumOptional

    The response mode for our async endpoints. prefer_sync allows calling the API in a best-effort, synchronous fashion and wait for the response. If this takes too long we will instead return the asynchronous response. This is the default behavior. async makes the API respond with the asynchronous response. See Asynchronous Operations.

    One ofasync or prefer_sync.
    classobject
    Show class attributes

Response Body

Support by integration
  • QuickBooks
    QuickBooks
Example Request Body
JSON
1
{
2
"class": {
3
"parent_id": "00000000-0000-0000-0000-000000000000",
4
"name": "Generic Spend"
5
}
6
}
200
Example Response Body
JSON
1
{
2
"class": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"parent_id": "00000000-0000-0000-0000-000000000000",
6
"has_children": false,
7
"name": "Generic Spend",
8
"status": "active",
9
"created_at": "2023-01-02T02:34:56.000Z",
10
"updated_at": "2023-01-02T02:34:56.000Z",
11
"last_synced_at": "2023-01-02T02:34:56.000Z",
12
"platform_data": {
13
"id": 123,
14
"data": "Varies by platform"
15
}
16
}
17
}

Have questions?

Contact support for personalized guidance.

Contact support