REST - POST Package JSON + Documents Assistance
Sunday, June 12, 2016 at 04:57pmHello,
still in exploratory stages at the moment. does that team has an example to share the illustrates how, using objectivec, one could http POST both a json package and document to sign using the REST api?
i'm trying to achieve the same outcome as the PYTHON script; simply replicate in objectivec.
any assistance would be greatly appreciated!!
the python script makes it look to easy!
# test1 for creating package # payload = codecs.open('package.json', 'r',encoding='utf8').read() # print(payload) # documents = {'file': open(os.getcwd()+'/newaccount-v1.pdf', 'rb').read()} # print("creating package") # print(client.create_package_multipart(payload, documents)) # test1 endcheers.
Reply to: REST - POST Package JSON + Documents Assistance
Monday, July 11, 2016 at 11:20amReply to: REST - POST Package JSON + Documents Assistance
Wednesday, June 15, 2016 at 02:52pmReply to: REST - POST Package JSON + Documents Assistance
Wednesday, June 15, 2016 at 03:00pmReply to: REST - POST Package JSON + Documents Assistance
Saturday, June 18, 2016 at 12:29pmReply to: REST - POST Package JSON + Documents Assistance
Tuesday, June 21, 2016 at 05:29amReply to: REST - POST Package JSON + Documents Assistance
Tuesday, June 21, 2016 at 05:39amReply to: REST - POST Package JSON + Documents Assistance
Tuesday, June 21, 2016 at 11:02amReply to: REST - POST Package JSON + Documents Assistance
Tuesday, June 21, 2016 at 11:08amReply to: REST - POST Package JSON + Documents Assistance
Monday, July 11, 2016 at 11:23amReply to: REST - POST Package JSON + Documents Assistance
Monday, July 11, 2016 at 01:14pm