Vendors

The Vendor Object

A Rutter Vendor represents a business or contact that the business entity has purchased from. In some accounting systems, a vendor may be called a Supplier. The vendor object contains contact information as well as shipping and billing addresses.

Properties

idstring

The Rutter generated unique ID of the vendor.

platform_idstring

The platform specific ID of the vendor.

statusenum

The status of the address.

One ofactivearchived, or unknown.
bank_account_numberstringnullable

The bank account number of vendor. Supported for Sage Business Cloud and Xero.

contact_namestringnullable

The name of the primary contact associated with the vendor.

currency_codesarray

An array of ISO 4217 currency codes of the vendor.

One or more ofAEDAFNALLAMDANGAOAARSAUDAWGAZNBAMBBDBDTBGNBHDBIFBMDBNDBOBBOVBRLBSDBTNBWPBYRBZDCADCDFCHECHFCHWCLFCLPCNYCOPCOUCRCCUCCUPCVECZKDJFDKKDOPDZDEGPERNETBEURFJDFKPGBPGELGHSGIPGMDGNFGTQGYDHKDHNLHRKHTGHUFIDRILSINRIQDIRRISKJMDJODJPYKESKGSKHRKMFKPWKRWKWDKYDKZTLAKLBPLKRLRDLSLLTLLVLLYDMADMDLMGAMKDMMKMNTMOPMROMURMVRMWKMXNMXVMYRMZNNADNGNNIONOKNPRNZDOMRPABPENPGKPHPPKRPLNPYGQARRONRSDRUBRWFSARSBDSCRSDGSEKSGDSHPSLLSOSSRDSSPSTDSVCSYPSZLTHBTJSTMTTNDTOPTRYTTDTWDTZSUAHUGXUSDUSNUSSUYIUYUUYWUZSVEFVNDVUVWSTXAFXAGXAUXBAXBBXBCXBDXCDXDRXFUXOFXPDXPFXPTXTSXXXYERZAR, or ZMW.
emailstringnullable

The email of the primary contact associated with the vendor.

phonestringnullable

The phone number of the primary contact associated with the vendor.

registration_numberstringnullable

The registration number of the vendor

tax_numberstringnullable

The tax number of the vendor.

vendor_namestringfilterablenullable

The name of the vendor as it would appear in the platform's listings ("display name").

websitestringnullable

The website associated with the vendor.

subsidiariesarray

An array of Subsidiaries linked to the vendor. Supported for NetSuite. A subsidiary_id query parameter can be optionally included in GET requests to filter the vendor results.

Show subsidiaries attributes
addressesarray

An array of addresses associated with the vendor.

Show addresses attributes
created_atstringfilterablenullable

The ISO 8601 timestamp that the vendor was created.

updated_atstringfilterablenullable

The ISO 8601 timestamp that the vendor was last updated.

last_synced_atstringfilterable

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

platform_urlstringnullable

A URL pointing to the object in the underlying platform. When no URL exists for the specific object, the value may be a larger URL containing the object.

platform_dataobjectOptional

The raw platform data corresponding to the Rutter object.

Endpoints
GET
/accounting/vendors
GET
/accounting/vendors/:id
POST
/accounting/vendors
PATCH
/accounting/vendors/:id

List Vendors

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

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

    Used to specify criteria to filter out the objects returned. Supports all filterable fields. Check Filtering Objects for more information. Not supported on QuickBooks Desktop, Sage Intacct, or Dynamics 365.

    sortstringqueryOptional

    Used to sort the returned objects, e.g. last_synced_at ASC. Supports all filterable fields except on QuickBooks Desktop, Sage Intacct, and Dynamics 365. For those platforms only updated_at and last_synced_at fields are supported. If a value is provided but ASC or DESC is not, defaults to ASC. If omitted, defaults to updated_at DESC.

    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.

    vendor_namestringqueryOptional

    Deprecated - use filter instead. The exact vendor name to filter on. Not supported on Sage Intacct, or Dynamics 365.

    force_fetchenumqueryOptional

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

    One oftrue or false.

Response Body

    vendorsarray
    Show vendors attributes
    next_cursorstringnullableOptional
    connectionobject
    Show connection attributes
Support by integration
  • QuickBooks
    QuickBooks
  • NetSuite
    NetSuite
  • Xero
    Xero
  • QuickBooks Desktop
    QuickBooks Desktop
Example Response Body
JSON
1
{
2
"vendors": [
3
{
4
"id": "00000000-0000-0000-0000-000000000000",
5
"platform_id": "12345678",
6
"status": "active",
7
"bank_account_number": "123456",
8
"contact_name": "Eric Yu",
9
"currency_codes": [
10
"USD"
11
],
12
"email": "eric@rutter.com",
13
"phone": "1234567890",
14
"registration_number": "123456789",
15
"tax_number": "12-3456789",
16
"vendor_name": "Rutter",
17
"website": "https://rutter.com",
18
"subsidiaries": [
19
{
20
"id": "00000000-0000-0000-0000-000000000000",
21
"primary": true
22
},
23
{
24
"id": "00000000-0000-0000-0000-000000000000",
25
"primary": false
26
},
27
{
28
"id": "00000000-0000-0000-0000-000000000000",
29
"primary": false
30
}
31
],
32
"addresses": [
33
{
34
"type": "billing",
35
"address1": "123 Rutter Road",
36
"address2": "Floor 4",
37
"city": "San Francisco",
38
"country": "US",
39
"postal_code": "94110",
40
"region": "CA"
41
}
42
],
43
"created_at": "2023-01-02T02:34:56.000Z",
44
"updated_at": "2023-01-02T02:34:56.000Z",
45
"last_synced_at": "2023-01-02T02:34:56.000Z",
46
"platform_url": "https://platform.com/resource?id=123",
47
"platform_data": {
48
"id": 123,
49
"data": "Varies by platform"
50
}
51
}
52
],
53
"next_cursor": "MTY3NDgzMTk0Ml82MDY4ZDI0ZC02NGRmLTRmN2EtYTM0Ny0zN2ZmNjY5MGVmMjU=",
54
"connection": {
55
"id": "00000000-0000-0000-0000-000000000000",
56
"orgId": "00000000-0000-0000-0000-000000000000",
57
"platform": "NETSUITE"
58
}
59
}

Fetch a Vendor

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

Request Parameters

    idstringpathRequired

    The Rutter generated 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 supported on QuickBooks Desktop, Sage Intacct, or Dynamics 365.

    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

    vendorobject
    Show vendor attributes
    connectionobject
    Show connection attributes
Support by integration
  • QuickBooks
    QuickBooks
  • NetSuite
    NetSuite
  • Xero
    Xero
  • QuickBooks Desktop
    QuickBooks Desktop
Example Response Body
JSON
1
{
2
"vendor": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"status": "active",
6
"bank_account_number": "123456",
7
"contact_name": "Eric Yu",
8
"currency_codes": [
9
"USD"
10
],
11
"email": "eric@rutter.com",
12
"phone": "1234567890",
13
"registration_number": "123456789",
14
"tax_number": "12-3456789",
15
"vendor_name": "Rutter",
16
"website": "https://rutter.com",
17
"subsidiaries": [
18
{
19
"id": "00000000-0000-0000-0000-000000000000",
20
"primary": true
21
},
22
{
23
"id": "00000000-0000-0000-0000-000000000000",
24
"primary": false
25
},
26
{
27
"id": "00000000-0000-0000-0000-000000000000",
28
"primary": false
29
}
30
],
31
"addresses": [
32
{
33
"type": "billing",
34
"address1": "123 Rutter Road",
35
"address2": "Floor 4",
36
"city": "San Francisco",
37
"country": "US",
38
"postal_code": "94110",
39
"region": "CA"
40
}
41
],
42
"created_at": "2023-01-02T02:34:56.000Z",
43
"updated_at": "2023-01-02T02:34:56.000Z",
44
"last_synced_at": "2023-01-02T02:34:56.000Z",
45
"platform_url": "https://platform.com/resource?id=123",
46
"platform_data": {
47
"id": 123,
48
"data": "Varies by platform"
49
}
50
},
51
"connection": {
52
"id": "00000000-0000-0000-0000-000000000000",
53
"orgId": "00000000-0000-0000-0000-000000000000",
54
"platform": "NETSUITE"
55
}
56
}

Create a Vendor

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

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

Request Body

    vendorobject
    Show vendor attributes

Response Body

    Any of:

    vendorobject
    Show vendor attributes
    async_responseobjectOptional
    Show async_response attributes
    errorsarrayOptional
    Show errors attributes
Support by integration
  • QuickBooks
    QuickBooks
  • NetSuite
    NetSuite
  • Xero
    Xero
  • QuickBooks Desktop
    QuickBooks Desktop
Example Request Body
JSON
1
{
2
"vendor": {
3
"contact_name": "Eric Yu",
4
"currency_code": "USD",
5
"vendor_name": "Rutter",
6
"email": "eric@rutter.com",
7
"phone": "1234567890",
8
"registration_number": "123456789",
9
"tax_number": "12-3456789",
10
"website": "https://rutter.com",
11
"subsidiaries": [
12
{
13
"id": "00000000-0000-0000-0000-000000000000",
14
"primary": true
15
},
16
{
17
"id": "00000000-0000-0000-0000-000000000000",
18
"primary": false
19
},
20
{
21
"id": "00000000-0000-0000-0000-000000000000",
22
"primary": false
23
}
24
],
25
"addresses": [
26
{
27
"type": "billing",
28
"address1": "123 Rutter Road",
29
"address2": "Floor 4",
30
"city": "San Francisco",
31
"country": "US",
32
"postal_code": "94110",
33
"region": "CA"
34
}
35
]
36
}
37
}
Example Response Body
JSON
1
{
2
"vendor": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"status": "active",
6
"bank_account_number": "123456",
7
"contact_name": "Eric Yu",
8
"currency_codes": [
9
"USD"
10
],
11
"email": "eric@rutter.com",
12
"phone": "1234567890",
13
"registration_number": "123456789",
14
"tax_number": "12-3456789",
15
"vendor_name": "Rutter",
16
"website": "https://rutter.com",
17
"subsidiaries": [
18
{
19
"id": "00000000-0000-0000-0000-000000000000",
20
"primary": true
21
},
22
{
23
"id": "00000000-0000-0000-0000-000000000000",
24
"primary": false
25
},
26
{
27
"id": "00000000-0000-0000-0000-000000000000",
28
"primary": false
29
}
30
],
31
"addresses": [
32
{
33
"type": "billing",
34
"address1": "123 Rutter Road",
35
"address2": "Floor 4",
36
"city": "San Francisco",
37
"country": "US",
38
"postal_code": "94110",
39
"region": "CA"
40
}
41
],
42
"created_at": "2023-01-02T02:34:56.000Z",
43
"updated_at": "2023-01-02T02:34:56.000Z",
44
"last_synced_at": "2023-01-02T02:34:56.000Z",
45
"platform_url": "https://platform.com/resource?id=123",
46
"platform_data": {
47
"id": 123,
48
"data": "Varies by platform"
49
}
50
}
51
}

Update a Vendor

PATCHhttps://production.rutterapi.com/versioned/accounting/vendors/:id

Request Parameters

    idstringpathRequired

    The Rutter generated unique ID of the object.

    access_tokenstringqueryRequired

    The access token of the connection.

Request Body

    vendorobject
    Show vendor attributes

Response Body

    Any of:

    vendorobject
    Show vendor attributes
    async_responseobjectOptional
    Show async_response attributes
    errorsarrayOptional
    Show errors attributes
Support by integration
  • QuickBooks
    QuickBooks
  • NetSuite
    NetSuite
  • QuickBooks Desktop
    QuickBooks Desktop
Example Request Body
JSON
1
{
2
"vendor": {
3
"contact_name": "Eric Yu",
4
"currency_code": "USD",
5
"email": "eric@rutter.com",
6
"phone": "1234567890",
7
"registration_number": "123456789",
8
"tax_number": "12-3456789",
9
"vendor_name": "Rutter",
10
"website": "https://rutter.comTTTTTTTTTTTTTTT",
11
"addresses": [
12
{
13
"type": "billing",
14
"address1": "123 Rutter Road",
15
"address2": "Floor 4",
16
"city": "San Francisco",
17
"country": "US",
18
"postal_code": "94110",
19
"region": "CA"
20
}
21
]
22
}
23
}
Example Response Body
JSON
1
{
2
"vendor": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"status": "active",
6
"bank_account_number": "123456",
7
"contact_name": "Eric Yu",
8
"currency_codes": [
9
"USD"
10
],
11
"email": "eric@rutter.com",
12
"phone": "1234567890",
13
"registration_number": "123456789",
14
"tax_number": "12-3456789",
15
"vendor_name": "Rutter",
16
"website": "https://rutter.com",
17
"subsidiaries": [
18
{
19
"id": "00000000-0000-0000-0000-000000000000",
20
"primary": true
21
},
22
{
23
"id": "00000000-0000-0000-0000-000000000000",
24
"primary": false
25
},
26
{
27
"id": "00000000-0000-0000-0000-000000000000",
28
"primary": false
29
}
30
],
31
"addresses": [
32
{
33
"type": "billing",
34
"address1": "123 Rutter Road",
35
"address2": "Floor 4",
36
"city": "San Francisco",
37
"country": "US",
38
"postal_code": "94110",
39
"region": "CA"
40
}
41
],
42
"created_at": "2023-01-02T02:34:56.000Z",
43
"updated_at": "2023-01-02T02:34:56.000Z",
44
"last_synced_at": "2023-01-02T02:34:56.000Z",
45
"platform_url": "https://platform.com/resource?id=123",
46
"platform_data": {
47
"id": 123,
48
"data": "Varies by platform"
49
}
50
}
51
}

Have questions?

Contact support for personalized guidance.

Contact support