Company Info

The CompanyInfo Object

A Rutter Company Info contains basic information about the business entity like their contact name, business name, and default currency.

Properties

idstring

The Rutter generated unique ID of the object.

platform_idstringnullable

The platform specific ID of the object.

currency_codeenum

The ISO 4217 currency code of the company.

One ofAEDAFNALLAMDANGAOAARSAUDAWGAZNBAMBBDBDTBGNBHDBIFBMDBNDBOBBOVBRLBSDBTNBWPBYRBZDCADCDFCHECHFCHWCLFCLPCNYCOPCOUCRCCUCCUPCVECZKDJFDKKDOPDZDEGPERNETBEURFJDFKPGBPGELGHSGIPGMDGNFGTQGYDHKDHNLHRKHTGHUFIDRILSINRIQDIRRISKJMDJODJPYKESKGSKHRKMFKPWKRWKWDKYDKZTLAKLBPLKRLRDLSLLTLLVLLYDMADMDLMGAMKDMMKMNTMOPMROMURMVRMWKMXNMXVMYRMZNNADNGNNIONOKNPRNZDOMRPABPENPGKPHPPKRPLNPYGQARRONRSDRUBRWFSARSBDSCRSDGSEKSGDSHPSLLSOSSRDSSPSTDSVCSYPSZLTHBTJSTMTTNDTOPTRYTTDTWDTZSUAHUGXUSDUSNUSSUYIUYUUYWUZSVEFVNDVUVWSTXAFXAGXAUXBAXBBXBCXBDXCDXDRXFUXOFXPDXPFXPTXTSXXXYERZAR, or ZMW.
namestring

The DBA name of the company.

addressesarray

A list of addresses linked to the company.

String array.

legal_namestringnullable

The legal name of the company.

created_atstringnullable

The ISO 8601 timestamp that the object was created.

updated_atstringnullable

The ISO 8601 timestamp that the object was last updated.

last_synced_atstringfilterable

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

platform_dataobjectOptional

The raw platform data corresponding to the Rutter object.

Endpoints
GET
/accounting/company_info

Fetch Company Info

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

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

    force_fetchenumqueryOptional

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

    One oftrue or false.

Response Body

    company_infoobject
    Show company_info attributes
    connectionobject
    Show connection attributes
Support by integration
  • QuickBooks
    QuickBooks
  • NetSuite
    NetSuite
  • Xero
    Xero
  • QuickBooks Desktop
    QuickBooks Desktop
Example Response Body
JSON
1
{
2
"company_info": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"platform_id": "12345678",
5
"currency_code": "USD",
6
"name": "Rutter API",
7
"addresses": [
8
"123 Rutter Road, San Francisco, CA 94110"
9
],
10
"legal_name": "RutterAPI Inc.",
11
"created_at": "2023-01-02T02:34:56.000Z",
12
"updated_at": "2023-01-02T02:34:56.000Z",
13
"last_synced_at": "2023-01-02T02:34:56.000Z",
14
"platform_data": {
15
"id": 123,
16
"data": "Varies by platform"
17
}
18
},
19
"connection": {
20
"id": "00000000-0000-0000-0000-000000000000",
21
"orgId": "00000000-0000-0000-0000-000000000000",
22
"platform": "NETSUITE"
23
}
24
}

Have questions?

Contact support for personalized guidance.

Contact support