General
Server Side SDKs
Core API
- Companies
- Invite Links
- Integrations
- Sync
- Jobs
- Passthrough
Unified API
- Accounting
Update a company
Update a company in the database based on the ID.
curl --request PUT \
--url https://integrate.rootfi.dev/company/{company_id} \
--header 'Content-Type: application/json' \
--header 'api_key: <api_key>' \
--data '{
"name": "RootFi Test Company"
}'
{
"data": {
"rootfi_id": 1234,
"rootfi_created_at": "2021-06-01T00:00:00.000Z",
"rootfi_updated_at": "2021-06-01T00:00:00.000Z",
"rootfi_organisation_id": 12,
"name": "RootFi Test Company",
"sync_enabled": true,
"InviteLinks": {
"invite_link_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
},
"Connections": [
{
"status": "HEALTHY",
"integration_type": "ZOHO_BOOKS",
"last_synced": "2021-06-01T00:00:00.000Z",
"rate_limits": {
"max_rate_limit": 10000,
"resets_in_date": "2021-01-01T00:00:00Z",
"remaining_rate_limit": 10000
},
"tally_last_active_at": null,
"sync_status": "IDLE"
}
]
},
"request_timestamp": "2021-06-01T00:00:00.000Z",
"response_timestamp": "2021-06-01T00:00:00.000Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}
curl --request PUT \
--url https://integrate.rootfi.dev/company/{company_id} \
--header 'Content-Type: application/json' \
--header 'api_key: <api_key>' \
--data '{
"name": "RootFi Test Company"
}'
Authorizations
Path Parameters
The ID of the company to update.
Body
Name of the company you are sending this invite link to. Useful identifier for you to internally reference this company. Can be changed later.
"RootFi Test Company"
Response
The response of the update company endpoint.
The time at which the request was received by the server
The time at which the response was sent by the server
The unique ID of the request
One company response object
Name of the company you are sending this invite link to. Useful identifier for you to internally reference this company. Can be changed later.
Whether the sync is enabled for the company or not
The invite links of the company
The connections data of the company
The connection data of the company
The status of the company
HEALTHY
, DISCONNECTED
, EXPIRED
, PENDING
The integration type of the company
ZOHO_BOOKS
, QUICKBOOKS_SANDBOX
, QUICKBOOKS
, XERO
, TALLY
, SAGE_CLOUD_ACCOUNTING
, MS_DYNAMICS_365
, SAGE_ZA_CLOUD_ACCOUNTING
, MYOB_BUSINESS
, WAVE
, ODOO_ACCOUNTING
, NETSUITE
, WAFEQ
, MEKARI_JURNAL
, BUSY
, ROOTFI_SANDBOX
, QOYOD
The last time the company was synced
The rate limits of the company
The sync status of the company
IDLE
, SYNCING
The last time the company was active in tally
The unique ID we assign for that data's information
The RootFi designated id for the company
The RootFi designated id for the organisation
The accounting platform from which the data is being retrieved
ZOHO_BOOKS
, QUICKBOOKS_SANDBOX
, QUICKBOOKS
, XERO
, TALLY
, SAGE_CLOUD_ACCOUNTING
, MS_DYNAMICS_365
, SAGE_ZA_CLOUD_ACCOUNTING
, MYOB_BUSINESS
, WAVE
, ODOO_ACCOUNTING
, NETSUITE
, WAFEQ
, MEKARI_JURNAL
, BUSY
, ROOTFI_SANDBOX
, QOYOD
The latest date at which RootFi updated this data
The date at which RootFi first synced this data
curl --request PUT \
--url https://integrate.rootfi.dev/company/{company_id} \
--header 'Content-Type: application/json' \
--header 'api_key: <api_key>' \
--data '{
"name": "RootFi Test Company"
}'
{
"data": {
"rootfi_id": 1234,
"rootfi_created_at": "2021-06-01T00:00:00.000Z",
"rootfi_updated_at": "2021-06-01T00:00:00.000Z",
"rootfi_organisation_id": 12,
"name": "RootFi Test Company",
"sync_enabled": true,
"InviteLinks": {
"invite_link_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
},
"Connections": [
{
"status": "HEALTHY",
"integration_type": "ZOHO_BOOKS",
"last_synced": "2021-06-01T00:00:00.000Z",
"rate_limits": {
"max_rate_limit": 10000,
"resets_in_date": "2021-01-01T00:00:00Z",
"remaining_rate_limit": 10000
},
"tally_last_active_at": null,
"sync_status": "IDLE"
}
]
},
"request_timestamp": "2021-06-01T00:00:00.000Z",
"response_timestamp": "2021-06-01T00:00:00.000Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}