Create Invoice API returns {"code":4,"message":"Invalid value passed for JSONString"}?
https://books.zoho.com/api/v3/invoices? Why do I get a {"code":4,"message":"Invalid value passed for JSONString"}? { "customer_id": "1305319000000146080", "contact_persons": ["1305319000000146082"], "invoice_number": "INV-00005", "reference_number": "123459898",
Verify email for FROM caluse in Deluge script
Hi! I'm trying to use the SendEmail function with Deluge Script in a Custom Function. I want to put a custom email address in the FROM clause. I've read that it has to be verified but I can't find the way in Zoho Books. We are already using the email
Zoho Books: Please ensure that the "description" has less than 100 characters.
I have this code written to convert Quote into an invoice and keep getting an error even while saving the code. Error: Please ensure that the "description" has less than 100 characters. // Replace with your actual organization ID and connection name org_id
'UnAuthenticated Connection: zbooks_connection'
I have a zoho connection in Zoho Books, the link name es zbooks_connection, but I like to validate if exist, by example if I use this line in my code: response=zoho.books.getTemplates("", "","zbooks_connection"); But I don't have the connection I like
Keep getting "code": 14, "message": "Invalid value passed for authtoken." My authtoken is correct though!
Yesterday, I reset my password. I think I accidentally selected that checkbox that deletes all API/Authtokens. Today I regenerated new connection/authtokens for each Zoho Module that I needed. All my standard actions work great in Zoho Flow. BUT my custom
invoice date
The invoice automatically generated from an estimate needs to dynamically update to today's date when sending to a client... NOT the date the estimate was approved as it functions now. In many cases the date an estimate was approved would be well beyond
ZOHO Books Manual Journal Entry Failing with error 'The Debits and Credits do not match. Please make sure they're equal'
ZOHO Books Manual Journal entry giving error with 'The Debits and Credits do not match. Please make sure they're equal'. The same is working till 18-July-2022. After that onwards, the manual entry fails. I calculated the entry values and they are matching.
Unable to change tax with custom function
Hi, In the Global Edition, Zoho Books has not the feature of having taxes related to customers, so I was trying to do a custom function to do so. The idea is to create a custom field in the client and when the sales order is created, check that custom
Trying to create a paid invoice
Hi all, I'm trying to use Zapier to connect Woocommerce to Books to create a paid invoice. I can get a draft invoice created, but am stuck trying to update the draft invoice. I've tried a number of custom functions from other threads but can't seem to
Zoho Books API down
We've been using the zoho books api for the last few weeks to pull open invoices, and the code has stopped working suddenly. When making the same API call as always, we're getting a 400 error.
Unable to list invoices with self client
I am obtaining authorization token using self client as follows: I get the token which I then use with curl to call the API as follows: curl --request GET 'https://invoice.zoho.com/api/v3/invoices' \ --header 'Authorization: Zoho-oauthtoken 1000.xxxxxxxxxxxxxx'
Unable to update a ZohoBooks contact via the API
The ZohoBooks API as documented at https://www.zoho.com/books/api/v3/contacts/#update-a-contact appears to have a bug. Updating certain users always results in this error: code: 3087 message: Cannot delete contact person as it is linked to Zoho CRM Contact.
Invoice billing_address and shipping_address are empty when using custom button
I have created a custom button in books for invoices, and there is the parameter invoice as map. However, the billing and shipping adresses are empty when executing: info invoice.get("billing_address"); info invoice.get("shipping_address"); Output: {"zip":"","country":"","address":"","city":"","phone":"","attention":"","street2":"","state":"","fax":""}
Recurring Invoice message:- java.lang.Object@9ede8b
Trying to access and update a recurring invoice custom field using the following but not recieve any kind of response other than the subject title message. the code /* This is a sample function. Uncomment to execute or make changes to this function. recurringInvoiceID
Value is empty and 'isEmpty' function cannot be applied
Hello, I am having a very strange error in my custom function with Deluge. It is a function that creates. invoices automatically every Friday if the sales order is shipped. I added a verification to know if the customer has credit notes actives. If the
Zoho Books Automation
Hi, We are looking to automate our Zoho Books entries/payments. We are an e-commerce platform and are trying to automate the payments to the vendors. Can you help?
Missing documentation for "related lists"
This question is related to both Zoho Books and Zoho Inventory. Under settings you can add something called "related lists" to a resource, like items. When I do this I get some sample code of how this is supposed to be implemented: /* This is a sample
ICICI Bank Integration issue
Team Zoho, I have try to Integration but getting error The user is already registered with Zoho. Please check with your account admin. I have already approved connection in ICICI bank, but I am not able to see any details in my account. Please help. Regards
Invalid value passed for Email Address
Trying to use "+" in the email address while creating a contact with contact person in the create contacts API, I am getting { code: 2, message: 'Invalid value passed for Email Address' } example - email: test+test@test.com https://www.zoho.com/books/api/v3/#Contacts_Create_a_Contact
upload attachment to Zoho books bill from Zoho CRM
Hello I have a document stored in a file field in CRM (module reservation) I am trying to attach this document to the bill created in Zbooks using Deluge, but I keep having issue, either File is empty or {"code":2,"message":"The request passed is not
Using Address Other Than Default When Creating Estimate Through API
Hello, I am making a Creator app that passes information into Books and creates an estimate. Everything is working except this one thing: No matter what value I pass for my shipping address, the organization's default shipping address is placed on the
Zoho Books API: Code 57: "You are not authorized to perform this operation"
Hello, I've been trying to setup API calls via TS/JavaScript, to create invoices, but keep running into code 57, when using OAuth access token flow, with scope ZohoBooks.fullaccess.all; Initiating the OAuth with; https://accounts.zoho.eu/oauth/v2/auth?scope=ZohoBooks.fullaccess.all&client_id=XXXX&response_type=code&access_type=offline&redirect_uri=YYYY
Always Tax Inclusive
Why cant you consider ALWAYS TAX INCLUSIVE addition to the existing options.. Since we are doing GST invoices, It is compulsory to keep TAX Inclusive in each invoice. Now we have to update the same to tax inclusive or check and confirm the same. In the retail Invoice there is no option to select the same. so we are suppose to alter the invoice after saving/posting. Kindly help us to solve the issue.
Error "Zoho Books says "Invalid Element is_user_approval_needed" when creating Project from Zoho Flow
Even though the user approval is a drop down in flow, regardless of what I select (True or False) I get this error .. "Zoho Books says "Invalid Element is_user_approval_needed"
Updating an Invoice Line Item's Discount Account via API Call / Deluge Custom Function
I need help updating an invoice line item's discount account via API. Below is a screenshot of the line item field I am referring to. Now the field to the left of the highlighted field (discount account) is the sales income account. I am able to modify
Custom field fetch in items fails
Hey Zoho Community, I've created a custom module in Zoho books which is called "Storage Bins". I'm looking up this custom module in ITEMS under the label "Bin Number" In a custom function I want to fetch the value (Which I assume is the ID of the object
ZohoBooks API issue for creating an estimate
It looks like the current ZohoBooks API for creating an estimate, as documented at https://www.zoho.com/books/api/v3/estimates/#create-an-estimate, has some bugs or issues, as follows: It's for a UK-based business. Using the url='https://books.zoho.com/api/v3/estimates'
Having issues with new API Url
Hello, I've been using Zoho Books API for 2 years. Today, I received a notification from Zoho stating that the API Base URL has changed from https://books.zoho.com/api/v3/ to https://zohoapis.com/books/v3/. After updating my system, I encountered issues
How to get the ID of the "Contact Person" by email?
Hi, I need to get the ID of a Contact Person record in Zoho books by its email address. When I do a request like zoho.books.getRecords("Contacts",organizationID,{"email":"sometestemail@here.com"},"zohobooks_custom") i receive the data about the Company,
Invalid data provided error when exporting customer payments through API
SInce the last few days some of our customer payments are failing with "Invalid Data provided" which I havent seen before. Some of these payments go through on retry but some havent. I am supplying all the mandatory fields and that has been verified by
Finding contact via email not working
Do you still offer support for the Zohobooks API? Or is it now an old un-supported software? Just asking, because there seems to be some conflicts in your API docs. According to https://www.zoho.com/books/api/v3/contacts/#list-contacts you should be able
Unable to change time entry in Zoho Books to "Invoiced" via API
I'm using Postman to update a time entries to have a status of "Invoiced". When I send: https://books.zoho.com/api/v3/projects/timeentries/1872928NNNNNNNN?organization_id=6NNNNNNN With a JSON string of {"billed_status": true} I get this error { "code":
ETIMS Integration with KRA
There seems to be an issue with e-tims integration with Zoho Books for the etims early access. Any one else facing this problem.
Invalid_client when using zohobooks API
API reference: OAuth | Zoho Books | API Documentation I want to do invoice automation using Zoho APIs and for that, I needed an authentication token. I followed the steps mentioned in the above documentation. 1) Create a client to get the client id and
Add multiple Pages to a Zoho Books Estimate
I need to add multiple pages to my estimates in Zoho Books. The additional pages is mostly text with variable numbers/names. I gather the data in CRM from which I create estimates via the Books API. How can I add these additional pages onto the estimate,
Differnt invoice template for same organisation
Hi, I offer services to two different ndustries under different brand names. While the company is same the invoice carries different division names. Also the SAC code is different. How do I create two differnt templates with different format. GST number and address will remain same for both divisions , however format and logo would be different. Bharti
using custom field in reports
Hi, We plan to use zoho books for our business (Dental Clinics) we start trail and we find it greater tools We have one issue if you try to fixed it will be very helpful Because we have deferent branch's we add custom field for sales invoices ,Expenses and other modules to segregate each branch but in reports we can't use the custom field to report and monitor each branch separated Can you add this feature please? OR Can we have custom function when the custom field change automatically change the
Using Zohobooks api
Hello I was trying to integrate woocomerence with zohobook so search online for various options after research i found only 2 option 1 cloud connectors and 2 zaiper so i tried with zapier there are 3 issues when we adding contact there is no option to select the gst field by defaul it selects business_gst secondly while adding invoice it adds by defualt service no option to select good also not able to add hsn code So i decided to do it via webhooks of zapier but facing manny issues for using api
Share the code of the invoice "Minorista - Estándar"
Hello, Can you share the HTML code for the template of the invoice intended to POS, the name in spanish is "Minorista- Estandar" or someone from the community can share me a code. Regards
Can't use openurl in Zoho Books
We've tried to open a page using openurl in custom functions. It is not available now. It is nice feature to have openurl in Zoho Books custom functions. Crafted with ❤️ Zoho Gurus | Zoho Books Practice Team @ CubeYogi Zoho Authorised Partner | 8+ Yrs
Next Page