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
idstringThe Rutter generated unique ID of the object.
platform_idstringnullableThe platform specific ID of the object.
base_currency_codeenumThe ISO 4217 currency code of the company.
createdAtstringThe ISO 8601 timestamp that the object was created.
namestringThe DBA name of the company.
updatedAtstringThe ISO 8601 timestamp that the object was last updated.
addressesarrayA list of addresses linked to the company.
String array.
legal_namestringOptionalThe legal name of the company.
additional_fieldsobjectOptionalAdditional fields required only for a narrow set of use cases.
additional_fields attributeslast_synced_atstringfilterableThe ISO 8601 timestamp when the company info was last synced by Rutter.
platform_dataobjectOptionalThe raw platform data corresponding to the Rutter object.
Fetch Company Info
Request Parameters
access_tokenstringqueryRequiredThe access token of the connection.
expandenumqueryOptionalInclude platform specific data (includes additional fields not provided by the Rutter object).
force_fetchenumqueryOptionalUsed to force a response even if the underlying connection has not finished its initial sync.
Response Body
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.