Can I allow a Role Bulk Sign Multiple Packages?
Friday, August 31, 2018 at 06:33amHello,
I'm looking into bulk signing. so .e.x.
Our Sales Department got 20 packages that were signed from customers.
They would like to sign all of them at once. Is that possible?
Thanks
Reply to: Can I allow a Role Bulk Sign Multiple Packages?
Friday, August 31, 2018 at 08:08amPOST /api/packages/{packageId}/documents/signed_documents
The difference is when if you are signing for a sender, you are directly using API Key as an authorization:Authorization: Basic api_key
While signing for a signer, you are using session token in the request header as an authorization:Cookie: ESIGNLIVE_SESSION_ID={sessionToken}
One thing to mention, when you are calling APIs to sign for someone, audit trail will record it's your system's IP address who signed instead of your Sales Department. And if you really want to bulk sign multiple packages within one call, you can contact our support at [email protected] to fill in an ER for this feature. Hope this could help you! Duo