Disable Auto-Generation of Quote Numbers via API

Disable Auto-Generation of Quote Numbers via API

Hi there,

I am creating quotes in Zoho books via estimate API and it works good.
In my particular case, I need to add dynamic  "Quote#" and used parameter "estimate_number" to achieve it.
It works fine if and only if the auto-generation is disabled from the create view of Quotes.



If I enable the auto-generation from create view I get this error

  • {"code":4097,"message":"Number entered does not match the auto-generated number. To proceed, please disable auto-generation and continue."}
Is there any way to programmatically disable auto-generation on quote number from books API?

I have searched in documentation but unable to find the right resource.

Any help in this matter is high appreciated.

Thanks