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
id
stringThe Rutter generated unique ID of the object.
platform_id
stringnullableThe platform specific ID of the object.
base_currency_code
enumThe ISO 4217 currency code of the company.
createdAt
stringThe ISO 8601 timestamp that the object was created.
name
stringThe DBA name of the company.
updatedAt
stringThe ISO 8601 timestamp that the object was last updated.
addresses
arrayA list of addresses linked to the company.
String array.
legal_name
stringOptionalThe legal name of the company.
additional_fields
objectOptionalAdditional fields required only for a narrow set of use cases.
additional_fields
attributeslast_synced_at
stringfilterableThe ISO 8601 timestamp when the company info was last synced by Rutter.
platform_data
objectOptionalThe raw platform data corresponding to the Rutter object.
Fetch Company Info
Request Parameters
access_token
stringqueryRequiredThe access token of the connection.
force_fetch
enumqueryOptionalUsed to force a response even if the underlying connection has not finished its initial sync.
Response Body
- QuickBooks
- Xero
- QuickBooks Desktop
- NetSuite
1{
2 "company_info": {
3 "id": "00000000-0000-0000-0000-000000000000",
4 "platform_id": "12345678",
5 "base_currency_code": "USD",
6 "createdAt": "2023-01-02T02:34:56.000Z",
7 "name": "Rutter API",
8 "updatedAt": "2023-01-02T02:34:56.000Z",
9 "addresses": [
10 "123 Rutter Road, San Francisco, CA 94110"
11 ],
12 "legal_name": "RutterAPI Inc.",
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.