Creating a Package without being signer
Thursday, July 26, 2018 at 02:43amHello,
I want to create a Draft package (no signers, no documents) with the REST API.
I'm sending this JSON string :
{
"name":"test",
"type":"PACKAGE",
"language":"fr",
"emailMessage":"",
"description":"",
"autocomplete":true,
"notarized":false,
"settings":{
"ceremony":{
"inPerson":false
}
}
}
But with that JSON I'm always a signer of a package..
What is the right JSON ? or what is the solution to create a Package without being a signer ?
Thanks in advance!
Thomas
Reply to: Creating a Package without being signer
Thursday, July 26, 2018 at 05:46amReply to: Creating a Package without being signer
Friday, July 27, 2018 at 03:56am