Questions tagged [zohobooks]

Zoho Books is online accounting software that manages your finances, keeps you tax compliant, automates business workflows, and helps you work collectively across departments

Zoho Books is online accounting software that manages your finances, keeps you tax compliant, automates business workflows, and helps you work collectively across departments

56 questions
0
votes
1 answer

How to fix Zoho api returns "Please ensure LineItem has less than a 100 characters" when using C# Newtonsoft

I'm currently trying to create a invoice and send it to Zoho Books. I managed to get the refresh token working after ages and now when trying to send through an invoice, I get the following response: code: 15 message: "Please ensure that the…
0
votes
2 answers

How to add discounts on both entity_level and items_level in Sales Order?

I'm trying to integrate ZOHO books invoice system with Woocommerce. I'm creating a sales order using API which is later converted into an Invoice and trying to add discounts for both levels. One in items_level that is attached with line items and…
Suraj Sanwal
  • 728
  • 1
  • 6
  • 14
0
votes
3 answers

I am trying to get list of estimates from zoho books to zoho creator but its giving me error of data type mismatch

Please check this image for more details and code its simple code but i am getting datatype mismatch error https://i.stack.imgur.com/rDYH6.png
0
votes
1 answer

Zoho Get an Invoice

I am trying to integrate zoho with my web app. I am making an api call to get a particular invoice. The call as per documentation is 'https://books.zoho.com/api/v3/invoices/INV_ID?organization_id=XXXXXXXX' This works fine as well. But when I set a…
Roshan Zaid
  • 336
  • 1
  • 4
  • 21
0
votes
2 answers

Is there a way to sync data in Zoho analytics with Zoho Books using the Zoho API?

We've got invoice data in Zoho analytics in a standard table, with invoice numbers, customer numbers, amounts etc, but ideally we want this data in zoho books. Is there a way to use the zoho API to copy this invoice data across into books?
Is K
  • 1
0
votes
2 answers

How do I make subform row items appear only once in an HTML table in zoho creator snippet pages?

Table Screenshot I need a single row of Engineer with count 2 in head count I have attached a screenshot. Category fields are fetched from a subform rows and rows can contain similar categories. I want to show category only once in this table with…
0
votes
0 answers

.NET Core C# web API integration with ZOHO Books

How could I integrate my existing .Net Core application to ZOHO books for accounting and finance module.
0
votes
1 answer

How to solve image data response as null in react native when using zoho image fetching api?

I got API to get full image URL from zoho inventory. But when I try to run it in react native using axios, It shows data null as API response. When I tried through postman it works well. Below show the API that I had…
0
votes
1 answer

Generate payment link and sms invoice using Zoho Books API

My application needs me to send a payment link to the customer via SMS. Once the payment is done, capture it and create a paid invoice and again send it via SMS to the customer. But I observed There is no API to generate a payment link Invoice…
Jasmine
  • 476
  • 3
  • 22
0
votes
1 answer

Best practice of refreshing JWT tokens from mobile and web simultaneously

We are building a customer application. For that, we are using accounting software (ZOHO). Items will be fetched from the accounting software and bills will be generated directly on accounting software using API. API is using JWT for authentication.…
Jinto Antony
  • 458
  • 8
  • 26
0
votes
1 answer

How to get remaining records which we can't fetch through Single API call in Zoho Creator?

I am fetching data from Zoho Books to Zoho Creator using getRecords() but I am able to fetch only 200 records. How can I fetch the remaining records (Suppose I have 300 records, through first call I got 200 records, How to fetch the remaining 100…
Chandan P
  • 41
  • 5
0
votes
1 answer

How to push item name from Zoho Books to Zoho Creator using Custom function?

There are multiple module in Zoho Books, Suppose I need to push data of Estimate into Zoho Creator, I have created similar form in Zoho Creator as well as I made a connection with Zoho Books to Zoho Creator. I am able to push other data except this…
Chandan P
  • 41
  • 5
0
votes
1 answer

Zoho Books API - Google Sheets

I am recording my sales details in Google Sheets and am using Zoho Books to maintain my books of accounts. I want to use Zoho Books API to sync data between google sheets and Zoho Books. I have done the following till now: Created a Self-Client in…
0
votes
1 answer

How to list line items along with Zoho books Sales orders list through Zoho Books API?

When I listing the Zoho Books sales order via Zoho Books API, The line_items of the sales order is not returning. Is there any way to get the line items along with the sales order list via API? Otherwise, I have to request each sales order to get…
manas paul
  • 87
  • 7
0
votes
1 answer

How to get zoho books item image?

In Zoho books Items there are Product images, How we can get that images from API or any other way so we can push them into Other Service like Magento to any other.?