Modify a package
Monday, July 16, 2018 at 06:19amHi
We would like to know whether or not once a multi doc package has been created , is it possible to add a new document to an existing package already created ?
thanks
Mario
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Modify a package
Monday, July 16, 2018 at 06:34amReply to: Modify a package
Monday, July 16, 2018 at 06:39amReply to: Modify a package
Monday, July 16, 2018 at 06:49amHTTP Request PUT /api/packages/{packageId} HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_key Request Payload { "autocomplete": false }Reply to: Modify a package
Monday, July 16, 2018 at 08:50amReply to: Modify a package
Monday, July 16, 2018 at 08:56amReply to: Modify a package
Tuesday, July 17, 2018 at 05:52amReply to: Modify a package
Tuesday, July 17, 2018 at 05:57amHTTP Request PUT /api/packages/{packageId} HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_key Request Payload { "status": "COMPLETED" }Reply to: Modify a package
Tuesday, July 17, 2018 at 10:25amReply to: Modify a package
Tuesday, July 17, 2018 at 10:54amHTTP Request POST /api/packages/{packageId}/documents/{documentId}/approvals HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_key Request Payload { "role": "3b36f284-f297-4415-aab3-37e8199938de", "fields": [ { "page": 0, "subtype": "FULLNAME", "height": 37, "width": 165, "left": 360, "top": 620, "type": "SIGNATURE" } ], "name": "" }To notice: 1. The role id needs to be a match with an existing role 2. Other attributes in approval block are optional Sorry about the unproper reply in the other thread, hope that didn't confuse you.:)Reply to: Modify a package
Tuesday, July 17, 2018 at 11:37amReply to: Modify a package
Tuesday, July 17, 2018 at 12:17pmReply to: Modify a package
Tuesday, July 17, 2018 at 12:19pm