Skip to main content

Bills

This job fetches Bills from zoho books. Invoices from vendors are called bills in zoho books.

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
dateDate of the bill
bill_numberBill number
vendor_nameName of the vendor
statusStatus of the bill. Can be - paid
currency_codeCurrency used in this bill
totalTotal value of the bill
tds_totalTDS deducted on this bill
balanceBalance unpaid
due_dateDue date
attachment_nameName of any attachments if any
has_attachmentTRUE if this bill has any documents attached
exchange_rateExchange rate used in this bill
created_timetime this invoice was created in zoho books
last_modified_timetime this invoice was modified in zoho books
bill_idZoho books id for this bill
vendor_idZoho books id for the related vendor

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
start_dateSelect bills with billing date on or after start_date. Format - YYYY-MM-DD
end_dateSelect bills with billing date on or before end_date. Format - YYYY-MM-DD
contact_idSelect bills related to a particular contact (either customer or vendor). Contact id is the id of the customer or vendor from zoho books.