Creating a Package with Signing Method
Tuesday, May 1, 2018 at 04:59pmI am trying to create a package and include the Signing Method (personalCertificateSigning) for the roles in the package.  Is there a way to send this as part of the package creation and not do this as an update, ie. needing to call PUT https://sandbox.e-signlive.com/api/packages/b12db619-d3bc-454d-a8d0-2496ba2acb77/roles/mT5yYC8AYUM8/verification
What would the input look like?  Can you confirm whether it is on the role or on the signer level?  
Thanks in advance!
      
                                    
Reply to: Creating a Package with Signing Method
Wednesday, May 2, 2018 at 06:01amReply to: Creating a Package with Signing Method
Friday, May 4, 2018 at 09:26amReply to: Creating a Package with Signing Method
Thursday, May 10, 2018 at 09:12am{ "messageKey": "error.notFound.signerVerificationNotFound", "message": "The specified signer verification cannot be found.", "code": 400, "name": "Validation Error" }I'm sending a PUT request with body application/JSON { "typeId":"personalCertificateSigning" }Reply to: Creating a Package with Signing Method
Thursday, May 10, 2018 at 10:10amReply to: Creating a Package with Signing Method
Thursday, May 10, 2018 at 10:13amReply to: Creating a Package with Signing Method
Thursday, May 10, 2018 at 10:22amReply to: Creating a Package with Signing Method
Thursday, May 10, 2018 at 10:25amReply to: Creating a Package with Signing Method
Thursday, May 10, 2018 at 11:26amReply to: Creating a Package with Signing Method
Monday, May 14, 2018 at 05:13amReply to: Creating a Package with Signing Method
Tuesday, May 15, 2018 at 10:40am{ "name": "test create", "type": "PACKAGE", "language": "en", "autocomplete": true, "visibility": "ACCOUNT", "status": "DRAFT", "roles": [{ "id": "ContractingOfficer", "name": "Contracting Officer", "index": "1", "reassign": false, "signers": [{ "auth": { "scheme": "NONE" }, "delivery": { "download": false, "email": false }, "id": "336744", "email": "[email protected]", "firstName": "Jimmy", "lastName": "Jimmy", "phone": null, "name": "myname" }] }], "documents": [{ "name": "QA SMW_QA_2780.02", "description": "QA_SMW_QA_2780.02", "index": 0, "extract": true, "approvals": [{ "name": "ContractingOfficer", "data": null, "role": "ContractingOfficer", "fields": [{ "type": "SIGNATURE", "subtype": "FULLNAME", "extract": false, "left": 0, "width": 200, "height": 50, "top": 0, "page": 0, "extractAnchor": { "index": 0, "text": "31a.", "width": 180, "height": 30, "anchorPoint": "TOPLEFT", "leftOffset": 0, "topOffset": 10, "characterIndex": 0 } }, { "type": "INPUT", "subtype": "LABEL", "binding": "{approval.signed}", "extract": false, "left": 0, "width": 200, "height": 50, "top": 0, "page": 0, "value": "yyyy-MM-dd HH:mm:ss 'GMT'", "extractAnchor": { "index": 0, "text": "31c.", "width": 80, "height": 30, "anchorPoint": "TOPLEFT", "leftOffset": 0, "topOffset": 10, "characterIndex": 0 } }] }] }], "settings": { "ceremony": { "events": { "complete": { "dialog": false } }, "layout": { "iframe": true, "header": { "breadcrumbs": false, "globalActions": { "confirm": false, "download": false, "hideEvidenceSummary": false, "saveAsLayout": false }, "globalNavigation": false, "sessionBar": false } }, "hideLanguageDropdown": true } } }PUT to https://sandbox.esignlive.com/api/packages/2aVHI39jIec3psEGVo2Ah0RnEcI=/roles/ContractingOfficer/verification also tried url encoding https://sandbox.esignlive.com/api/packages/2aVHI39jIec3psEGVo2Ah0RnEcI%3D/roles/ContractingOfficer/verification With JSON body{ "typeId":"personalCertificateSigning" }both give{ "messageKey": "error.notFound.signerVerificationNotFound", "code": 400, "name": "Validation Error", "message": "The specified signer verification cannot be found." }Reply to: Creating a Package with Signing Method
Tuesday, May 15, 2018 at 12:42pmReply to: Creating a Package with Signing Method
Wednesday, May 16, 2018 at 06:10amReply to: Creating a Package with Signing Method
Thursday, May 17, 2018 at 01:51am