62 questions
0
votes
0
answers
39
views
Select the associated bill number or bill type
passing the payload below mentioned to the api https://www.zohoapis.com/books/v3/vendorcredits?organization_id=10234695 and getting error as
Status Code: 400 Response: {'code': 37034, 'message': '...
0
votes
0
answers
52
views
Zoho CRM - Unable to Fetch Record ID After Adding Data from Webhook
I’m integrating Zoho CRM with my FastAPI backend to sync data from a webhook. The webhook successfully inserts data into my PostgreSQL database and triggers the get_record_id_by_email function to ...
1
vote
0
answers
127
views
How to update or add fields to a sublist item (array?)
When we create a Quote in Zoho Books, we use Stripe as our payment gateway. When the customer Accepts the Quote, they are re-directed to a page for payment. Stripe is the only one we use.
We need to ...
0
votes
2
answers
96
views
How to get Sales order , Quotation , Invoice details in custom function for customers module?
I am pretty new to zoho books. Here, I am trying to create a custom function in zoho books. Right now, I just want to know whether a particular customer has invoice or quotation or sales order.
...
0
votes
1
answer
173
views
Why isn't my Zoho Books API 'criteria' filter for 'contact_name' working with cURL? (applies to /contacts)
Thanks in advnace, for the record this is not about deluge. The request must be provided via cURL.
The problem:
1- Requests to fetch contacts that match $criteria return all contacts in ZohoBooks ...
0
votes
1
answer
191
views
"code": 29009, "message": "Purchase order cannot be created for a non-purchase item."
https://www.zohoapis.com/inventory/v1/purchaseorders?organization_id=######
{
"purchaseorder_number": "BBBBBBA",
"date": "2015-05-28",
"...
-1
votes
2
answers
298
views
i want to create a custom button in zohobooks which will do bulk actions Location of custom button will be - List Page Bulk Action Menu
Getting below error in zohobooks custom button function
Check and update the code in line 6 as there is a Exception : Data type of the argument of the function 'get' did not match the required data ...
1
vote
0
answers
97
views
Zoho integration with test stripe account failed
Hii i have made a test organization in zoho and i want to connect the payent ateway with stripe when i am providing it the test card information it is not accepting it and giving me this error
"...
2
votes
1
answer
492
views
Issue while creating an item adjustment in Zoho inventory through API's
Here is the require fields of Create the Inventory Adjustment through Zoho API:
API that I'm using: https://www.zohoapis.com/inventory/v1/inventoryadjustments
token in Headers
Method: POST
Body:
{
...
2
votes
1
answer
271
views
Avoid a hooked function to be triggered multiples times in WooCommerce
I have included code in my WordPress plugin file to sync data with Zoho Books whenever an WooCommerce order is created or updated. However, I am experiencing an issue where this function is triggered ...
1
vote
1
answer
279
views
How to write a custom function in Zoho Books to calculate commision for every invoice sent?
I am writing a custom function in Zoho Books using Deluge.
I don't know how to get the total price from invoice and generate a commission on a custom field when an invoice got generated, saved, or ...
1
vote
3
answers
1k
views
Make a custom function fail in Zoho Flow
I'm writing a custom function in Zoho Flow to perform some writes to Zoho Books from a web hook request.
I want the custom function to FAIL if something goes wrong (for example, if an item cannot be ...
0
votes
1
answer
182
views
Zoho Oauth flow returning invalid client
I am trying to build a Oauth flow using python Django. The goal is to get the access token for zoho and save it to DB. but at the step where we exchange access token by sending authorization_code, I ...
1
vote
0
answers
140
views
How to get invoices from ZohoBook with a custom field as parameter, which contain array of IDs
We included a custom field called "property_Id" while creating an invoice. In order to retrieve a list of invoices, we currently use the custom field by passing property_id='12345' as a ...
1
vote
0
answers
103
views
Zoho Books API search using OR operator
We are using Zoho books for our application and we have integrated the Zoho books API with our platform.
For some scenery, we need to search in the list API using the OR operator. But we could not ...