Create Package with documents and fields
Monday, July 25, 2016 at 11:44pmHi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code. I have added payload in this way but it is not working.
  "payload": path.join(__dirname, 'payload.json')
Please help me how it is possible 
var options = {
                        method: 'POST',
                        url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents',
                        headers: {
                            authorization: 'Basic ===========================================''
                        },
                        formData: {
                            'files[]': {
                                value: buffer,
                                options: {
                                    filename: "testing",
                                    contentType: "multipart/form-data",
                                    "payload": path.join(__dirname, 'payload.json')
                                }
                            }
                        }
Also is it possible to create package + document + approvals + roles together?
      
                                    
Reply to: Create Package with documents and fields
Tuesday, July 26, 2016 at 07:59amReply to: Create Package with documents and fields
Tuesday, July 26, 2016 at 09:10amReply to: Create Package with documents and fields
Tuesday, July 26, 2016 at 10:12amReply to: Create Package with documents and fields
Friday, July 29, 2016 at 04:58amReply to: Create Package with documents and fields
Friday, July 29, 2016 at 05:59amReply to: Create Package with documents and fields
Friday, July 29, 2016 at 10:32amReply to: Create Package with documents and fields
Friday, July 29, 2016 at 11:45amReply to: Create Package with documents and fields
Friday, July 29, 2016 at 12:04pmReply to: Create Package with documents and fields
Friday, July 29, 2016 at 09:09pmReply to: Create Package with documents and fields
Monday, August 1, 2016 at 05:55am