Discussions
Not able to use template while creating a quotation using Zuper API call
4 days ago by Sanghamitra
Hi,
I have created a quotation template using the "Quotes & Invoices" Module. When I am trying to create a quotation using the zuper api call by passing the template name as one of the request parameter it's giving error "Invalid template uid". I tried cusing the api call "api/invoice_estimate/proposal_template" to see if I can get the list of templates and can pull the template_uid from there. But this is returning blank object array. Not sure what I am doing wrong.
I can create a quotation by passing null in the template parameter. But I need to use the quotation template that I created while generating the quotation via api call. Please help me.
Thanks