I have two quotes in different status “Signed” and “Pending Signature”. In both cases api returns the same status
"hs_status":"APPROVAL_NOT_NEEDED"
How to get “Signed” or “Pending Signature” status using API call?
I have two quotes in different status “Signed” and “Pending Signature”. In both cases api returns the same status
"hs_status":"APPROVAL_NOT_NEEDED"
How to get “Signed” or “Pending Signature” status using API call?
@Pnaumenko Here is the API Documentation where I pulled the values for status:
Additionally, the properties below will be calculated when the quote switches to a Published state:
hs_pdf_download_link: populated with a URL of a PDF for the quote.hs_locked: set to true. To modify any properties after you’ve published a quote, you must first update the hs_status of the quote back to DRAFT, PENDING_APPROVAL, or REJECTED.If this post helped to solve what you were looking for, please mark this as an accepted solution. Happy HubSpotting!
Thank you for your response.
I’m not sure if it’s what I need. By the documentation that you provided, I can’t find information in what field shows that the quote was signed (with Esign)
Hi, did you finally find a solution?
Hello there !
Here is the property you need to use if you want to get the sign status : hs_sign_status
You can also fetch all available properties using this URL : /crm/v3/properties/{objectType}
Hopes this helps !
Cheers