The Projects Data Model represents projects used to track and organize financial transactions across various accounting platforms. This unified model simplifies the management and retrieval of project information.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
- Unified project properties: Essential project details, such as name, description, and status, are standardized across different accounting platforms
- Project tracking: Projects enable businesses to track financial transactions and expenses separately, providing better visibility into project-specific financial performance
Attributes
Project Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | Unique identifier assigned by Commenda for this project |
| rootfi_created_at | string | Timestamp when this record was created in Commenda’s system (ISO 8601) |
| rootfi_updated_at | string | Timestamp when this record was last updated in Commenda’s system (ISO 8601) |
| rootfi_company_id | integer | Company identifier this project belongs to within Commenda |
| platform_id | string | Unique identifier for this project in the source accounting platform |
| name | string | The name of the project |
| description | string | The description of the project |
| status | string | The status of the project |
| updated_at | string | The date and time the project was last updated |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for this project |
| name | string | The name of the project |
| description | string | The description of the project |
| status | string | The status of the project |
| updated_at | string | The date and time the project was last updated |