Assuming chartofaccounts is required, the following 4 results were found.
payment record if(v_ZB_InvoiceID != 0) { // // get ZohoBooks nominal account for Stripe v_NominalAccountID = ""; r_ChartOfAccounts = invokeurl [ url :"https://www.zohoapis.com/books/v3/chartofaccounts?organization_id=" + v_BooksOrgID type :GET...
Taxes: " + m_Taxes); // // set chart of accounts to use v_Endpoint = "https://books.zoho.eu/api/v3/chartofaccounts?organization_id=" + v_BooksOrgID; r_ChartOfAccounts = invokeurl [ url :v_Endpoint type :GET connection:"joel_books" ]; m_Accounts = Map();...
out a little more along with setting the other options under "Advanced Tracking" // // get chart of accounts to use r_ChartOfAccounts = invokeurl [ url :"https://books.zoho.eu/api/v3/chartofaccounts?organization_id=" + v_BooksOrgID type :GET...
m_SalesPersons; // // --------------------------------- // get chart of accounts to use (both sales and purchases) r_ChartOfAccounts = invokeurl [ url :"https://www.zohoapis.com/books/v3/chartofaccounts?organization_id=" + v_BooksOrgID type :GET...