Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi Team , As suggested by you we are using single step package creation call where in package creation, doc upload and status sent happens at one go .For this we are using silanis provided java class.
Hi Team, We are able to successfully upload a single document while creating a package .

Replies Created

0 votes
Hi Haris, Thanks for your support it worked. Further questions i have is on json part basically. If you can provide me sample json for specifying inperson = true /false per signer and how to state document signer mapping in json ? Eg:-If there are 3 signers and 4 pdf(1,2,3,4).Signer 2 has to sign (1,4 ) where can this be specified while sending json to Silanis? I need json for this complete scenario so that it will make everything work. Note:I tried creating one for above from my account , but its give bad request when triggered.Looking forward for help from you Regards Madhavi

0 votes
HI Haris, I am posting the json which is getting generated from our EApp .This json has all fields that are their in your json for multipart file upload . Only difference is fields are up and down , but in same block. Could you let me know is your json structure fixed and do we need to have exactly same structure? Are any fields and their position in json fixed and we need to pass them at same place ?What are those? Could you check below json and tell me whats going wrong in this json as it gives bad request. { "name" : "TestingEbix Package", "type" : "PACKAGE", "status" : "SENT", "language" : "en", "roles" : [ { "signers" : [ { "language" : "en", "delivery" : { "email" : "true", "download" : "true", "provider" : "false" }, "auth" : { "scheme" : "NONE", "challenges" : [ ] }, "company" : "Silanis", "firstName" : "venkatesh", "lastName" : "dhon", "email" : "[email protected]", "professionalIdentityFields" : [ ], "userCustomFields" : [ ], "specialTypes" : [ ], "phone" : "", "title" : "", "name" : "" } ], "locked" : "false", "reassign" : "false", "id" : "Sender", "name" : "Sender", "type" : "SIGNER", "index" : "0", "attachmentRequirements" : [ ], "specialTypes" : [ ], "emailMessage" : { "content" : "" } }, { "signers" : [ { "language" : "en", "delivery" : { "email" : "true", "download" : "true", "provider" : "false" }, "auth" : { "scheme" : "NONE", "challenges" : [ ] }, "company" : "Silanis", "firstName" : "venkatesh", "lastName" : "dhon", "email" : "[email protected]", "professionalIdentityFields" : [ ], "userCustomFields" : [ ], "specialTypes" : [ ], "phone" : "", "title" : "", "name" : "" } ], "locked" : "false", "reassign" : "false", "id" : "Sender", "name" : "Sender", "type" : "SIGNER", "index" : "0", "attachmentRequirements" : [ ], "specialTypes" : [ ], "emailMessage" : { "content" : "" } } ], "description" : "New Package", "autoComplete" : "true", "documents" : [ { "approvals" : [ { "fields" : [ { "extract" : "false", "page" : "0", "subtype" : "FULLNAME", "width" : "200", "left" : "175", "top" : "165", "height" : "50", "type" : "SIGNATURE", "value" : "" } ], "role" : "Signer", "name" : "" }, { "fields" : [ { "extract" : "false", "page" : "0", "subtype" : "FULLNAME", "width" : "200", "top" : "165", "height" : "50", "type" : "SIGNATURE", "left" : "550", "value" : "" } ], "role" : "Sender", "name" : "" } ], "name" : "WMA010_Signature_Pages_2015" }, { "approvals" : [ { "fields" : [ { "extract" : "false", "page" : "0", "subtype" : "FULLNAME", "width" : "200", "left" : "175", "top" : "165", "height" : "50", "type" : "SIGNATURE", "value" : "" } ], "role" : "Signer", "name" : "" }, { "fields" : [ { "extract" : "false", "page" : "0", "subtype" : "FULLNAME", "width" : "200", "top" : "165", "height" : "50", "type" : "SIGNATURE", "left" : "550", "value" : "" } ], "role" : "Sender", "name" : "" } ], "name" : "WMA010_Signature_Pages" }, { "approvals" : [ { "fields" : [ { "extract" : "false", "page" : "0", "subtype" : "FULLNAME", "width" : "200", "left" : "175", "height" : "50", "type" : "SIGNATURE", "value" : "" } ], "role" : "Signer", "name" : "" }, { "fields" : [ { "extract" : "false", "page" : "0", "subtype" : "FULLNAME", "width" : "200", "height" : "50", "type" : "SIGNATURE", "left" : "550", "value" : "" } ], "role" : "Sender", "name" : "" } ], "name" : "WMA100_Policy_Transfer_Disclosure_Agreement_2015" } ], "emailMessage" : "" }

0 votes
Hi Hari, Thanks for your constant support , it helped us a lot to make ceremony work. Now on working json i have a question - \"signers\":[ { \"auth\": { \"challenges\":[], \"scheme\":\"NONE\" }, \"company\":\"\", \"firstName\":\"John\", \"lastName\":\"Doe\", \"phone\":\"\", \"email\":\"[email protected]\", In signer block is "email " mandatory? If i pass "email":"" ----fails (400 bad request) if i dot pass email at all ----fails (400 bad request) Co-operators requirement- As per our client requirement , we are supposed to pass mail id of signers who are supposed to sign "Remotely". We are not supposed to capture mail ids of signers signing "Inperson" IN such case json can have mail id for few signers only. Could you suggest how to create working json for this or can share a sample. Regards Madhavi

0 votes
Hi Haris, Another question when we have multiple signers , how do we initiate request for session of each signer and open session for signer? I mean 1 have 3 signers- I made a request for session of 1st signer and accordingly i have opened browser for him to signatures, Now when do i request for 2nd signer ? Will you be sending immediate notification once 1st signer completes his signatures ? How will i know i have to initiate for 2nd and similarly for 3rd. Bse on frontend we cant make signers to wait for long as we have to handle this in background. Second question - if i want to refresh same browser with 2nd signers token , can we do that instead of opening multiple browsers one after another. Third question -If one signer completes his signatures will you show any pop up window that he has "completed his signatures" and then we can switch to another signer session in same window ?Is that feasible ? If yes whom do we request for this change at your end? Fourth question can i have multiple signer session windows opened simultaniously ?Does that cause 404/500 issue in any browser as other session is opened ?This is just for my knowledge about workflow. Kindly assist me with answers for above queries. Regards Madhavi

0 votes
Hi Hari, Below are questions on your response you have provided last- 1As part of cooperators implementation we need to show the status of each signer signing process on the scree (in progress/completed/......) during complete ceremony process. As per your last response if you say that you wont be sending status response as each signer completes his signature how do we achieve above ? We have to keep refreshing page to refresh status as and when per signer, and it would not be possible if you dont send response per signer. So, if you can accommodate this change at your end and can provide me one sample response , it would really help to achieve our client requirement. Moreover we dont want to open different browsers for signers , we want to refresh same browser and we cant achieve that in our code just seeing Silanis progress bar. So here also if we receive immediate notification with status , code implementation will be possible . Regards Madhavi

Subscriptions

Topics Replies Freshness Views Users
Hi Team , As suggested by you we are using single step package creation call where in package creation, doc upload and status sent happens at one go .For this we are using silanis provided java class.
1 7 years 7 months ago 12
Profile picture for user harishaidary
Hi Team, We are able to successfully upload a single document while creating a package .
13 8 years 4 months ago 114
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.