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.
currency_code
enumThe ISO 4217 currency code of the company.
name
stringThe DBA name of the company.
addresses
arrayA list of addresses linked to the company.
String array.
legal_name
stringnullableThe legal name of the company.
additional_fields
objectOptionalAdditional fields required only for a narrow set of use cases.
additional_fields
attributescreated_at
stringThe ISO 8601 timestamp that the object was created.
updated_at
stringThe ISO 8601 timestamp that the object was last updated.
last_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 "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.