Other Apis In Zoho - Trial Balance and Activity report
Posted: Sun May 26, 2024 9:45 am
Trial Balance Report
API - https://books.zoho.com/api/v3/reports/trialbalance
Params and Allowed Values:
organization_id - ****
cash_based - true (or) false
from_date - YYYY-MM-DD
to_date - YYYY-MM-DD (For As Of Date Report only to_date param is enough)
include_zero_balance - true (or) false
Fetching the Account Transaction Report
API - https://www.zohoapis.com/books/v3/repor ... ransaction
Params and Allowed Values:
organization_id - ****
cash_based - true (or) false .
from_date - YYYY-MM-DD
to_date - YYYY-MM-DD
group_by - none (or) date (or) transaction_type (or) account_name (or) account_group (or) account_type (or) contact_name
show_sub_account - true (or) false
The full code is being compiled
API - https://books.zoho.com/api/v3/reports/trialbalance
Params and Allowed Values:
organization_id - ****
cash_based - true (or) false
from_date - YYYY-MM-DD
to_date - YYYY-MM-DD (For As Of Date Report only to_date param is enough)
include_zero_balance - true (or) false
Fetching the Account Transaction Report
API - https://www.zohoapis.com/books/v3/repor ... ransaction
Params and Allowed Values:
organization_id - ****
cash_based - true (or) false .
from_date - YYYY-MM-DD
to_date - YYYY-MM-DD
group_by - none (or) date (or) transaction_type (or) account_name (or) account_group (or) account_type (or) contact_name
show_sub_account - true (or) false
The full code is being compiled