Multiple signatures using REST API
I have an application that dynamically generates a PDF which I need to have signed by two different people. If I add both signature fields to the PDF, the first person I send the agreement to has to sign in both spots before the system will consider that person to have completed their signature. I only want them to sign in one spot and then the second signature is a final approval that should be done by a second person. I have no trouble setting multiple participants, but how can I require only the first signature for the first recipient?
