Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi, I have a package with status draft, Now I want to update an approval using this route PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId} Here I am updating multiple field val
HI, I have created a package with some document and set its status to "SENT".
Hi, I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user) In both documents some of the fields are common. N
Hi, I want to get document status that when and how many times document is opened. when user fills document fields, as I am getting document summary. Please let me know how it is possible I am using n
HI, Every time When I create template, a default document named "Electronic Disclosures and Signatures Consent" is created. I don't want this document. Is there a way to do this? Thanks Zeeshan Hanif

Replies Created

Reply to: Create Package with documents and fields

0 votes
How these values placed , because in jsonPayload you didn't tell fields width, height, top and bottom, so when eSignLive document opens, how lastname placed infront of lastname , city infront of city etc. i am confused in this point. Here are fields "documents": [{ "approvals": [ { "role": "Signer1", "fields": [ { "value": '', "name": "first_name", "type": "INPUT", "subtype": "TEXTFIELD" }, { "value": fields.lastName, "name": "last_name", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.address, "name": "address", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.city, "name": "city", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.zip, "name": "zip", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.state, "name": "state", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.country, "name": "country", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.phoneNumber, "name": "phone_number", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.emailAddress, "name": "email", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.company, "name": "company", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }, { "value": fields.policyNumber, "name": "policy_number", "type": "INPUT", "subtype": "TEXTFIELD", "extract": true }] }], "name": "Sample Contract", "id": "contract", "extract": true }],

Attachments
fielPNG.png22.74 KB

Reply to: update approvals

0 votes
Thanks haris. I am giving this json. { id: 'id', role: 'roleId', fields: [ { subtype: 'TEXTFIELD', extract: false, extractAnchor: null, left: 326.9993896484375, top: 390, id: 'id', page: 0, data: null, validation: null, binding: null, width: 269.9996032714844, height: 19.000019073486328, type: 'INPUT', value: 'yes', name: 'lastName' }, { subtype: 'TEXTFIELD', extract: false, extractAnchor: null, left: 329.9997863769531, top: 346.00018310546875, id: 'id', page: 0, data: null, validation: [Object], binding: null, width: 264.9997863769531, height: 22.000028610229492, type: 'INPUT', value: 'no', name: 'firstName' } ] } ------------------------------ var approvaljson= { id: 'id', role: 'roleId', fields: [ { subtype: 'TEXTFIELD', extract: false, extractAnchor: null, left: 326.9993896484375, top: 390, id: 'id', page: 0, data: null, validation: null, binding: null, width: 269.9996032714844, height: 19.000019073486328, type: 'INPUT', value: 'yes', name: 'lastName' }, { subtype: 'TEXTFIELD', extract: false, extractAnchor: null, left: 329.9997863769531, top: 346.00018310546875, id: 'id', page: 0, data: null, validation: [Object], binding: null, width: 264.9997863769531, height: 22.000028610229492, type: 'INPUT', value: 'no', name: 'firstName' } ] } var options = { method: ‘PUT’, url: ‘/packages/{packageId}/documents/{documentId} /approvals/{approvalId}, headers: {‘Authorization’: APIKey}, body: JSON.stringify({approvals: approvaljson}) }; request(options, callback); ---------------- can you please guide me where I am wrong.

Reply to: update approvals

0 votes
/packages/{packageId}/documents/{documentId}/approvals/{approvalId}/fields/{fieldId} If I do with above route then I have to send separate request for each field. (If I want to update 10 fields or all fields except signature and time) Is there any solution which change 2-3 or all fields of an approval in one request?

Subscriptions

Topics Replies Freshness Views Users
Hi, I have a package with status draft, Now I want to update an approval using this route PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId} Here I am updating multiple field val
10 7 years ago 287
Profile picture for user tatternutz
Profile picture for user harishaidary
HI, I have created a package with some document and set its status to "SENT".
1 7 years 3 months ago 38
Profile picture for user mwilliams
Hi, I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user) In both documents some of the fields are common. N
1 7 years 5 months ago 5
Profile picture for user mwilliams
Hi, I want to get document status that when and how many times document is opened. when user fills document fields, as I am getting document summary. Please let me know how it is possible I am using n
1 7 years 6 months ago 15
Profile picture for user harishaidary
HI, Every time When I create template, a default document named "Electronic Disclosures and Signatures Consent" is created. I don't want this document. Is there a way to do this? Thanks Zeeshan Hanif
1 7 years 8 months ago 9
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.