Using the Designer API call on existing transactions
Monday, February 18, 2019 at 09:56amGuys,
Is it possible to use the designer on a transaction that has already been created and populated with documents? I am looking at this api call and it doesn't seem to be working.
https://developer.esignlive.com/guides/feature-guides/designer/
When I go in and create a blank transaction, I can then hit the same API call and get the designer to open up.
      
                                    
Reply to: Using the Designer API call on existing transactions
Monday, February 18, 2019 at 10:02amReply to: Using the Designer API call on existing transactions
Monday, February 18, 2019 at 10:05amReply to: Using the Designer API call on existing transactions
Monday, February 18, 2019 at 10:21amReply to: Using the Designer API call on existing transactions
Monday, February 18, 2019 at 10:43amReply to: Using the Designer API call on existing transactions
Monday, February 18, 2019 at 11:05amGET /api/packages/{packageId}/documents/{documentId}/pages/{pageNumber}#2. build your own logic and render the signature blocks according to package JSON (type, size, position of your fields) at your front end. DuoReply to: Using the Designer API call on existing transactions
Monday, February 25, 2019 at 07:21am