Use this file to discover all available pages before exploring further.
The Expenses Data Model is designed to streamline the management and retrieval of expense-related information across various accounting platforms.
Unified expense properties: The model unifies essential expense information, including document numbers, posted dates, payment modes, and currency details, facilitating consistent and accurate expense tracking.
Contact and account relationships: Expenses can be easily linked to specific contacts and accounts using their respective platform IDs, allowing for efficient organisation and reporting.
Line item support: The inclusion of line items within the expense data model enables more granular and detailed expense management, as well as the ability to track individual components of an expense.
Currency conversion: The currency_rate property supports multi-currency scenarios by providing the conversion rate between the expense currency and the base currency, ensuring accurate financial reporting across various currencies.
The type of address. Values are: BILLING, SHIPPING.
data_model
string
The data model to which this address is linked. Values are COMPANY_INFO, CONTACTS, INVOICES, BILLS, EXPENSES, BILL_CREDIT_NOTES, INVOICE_CREDIT_NOTES, SALES_ORDERS, PURCHASE_ORDERS
data_model_id
string
The unique identifier for the data model associated with this address
street
string
The street information of the address
locality
string
The locality or neighborhood information of the address
city
string
The city information of the address
state
string
The state or region information of the address
country
string
The country information of the address
pincode
string
The postal or zip code of the address
updated_at
date
The date and time at which the address information was last updated in the accounting platform
The platform ID of the item associated with this line item
tax_id
string
The platform ID of the tax associated with this line item
account_id
string
The platform ID of the account associated with this line item
line_item_type
enum
The data model linked to the line item. Values are: BILLS, INVOICES, INVOICE_CREDIT_NOTES, BILL_CREDIT_NOTES, EXPENSES, PURCHASE_ORDERS,SALES_ORDERS,GOODS_RECEIPT_NOTES
line_item_type_id
string
The platform ID of the associated data model
description
string
The description for this line item
quantity
float
The quantity of the product/service for this line item
unit_amount
float
Price per unit for this line item
sub_total
float
The pre tax total value for this line item
tax_amount
float
The tax amount for this line item
total_amount
float
The total value of this line item
tracking_category_ids
object
The tracking category Ids associated with this line item