Copy link to clipboard
Copied
Hi, I'm having issues with using the REST API. I'm trying the post/agreement and I'm using the JSON below, but for some reason I'm getting an error and I can't figure out why. Any advice would be much appreciated.
{
"fileInfos": [
{
"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",
}
],
"name": "Testing",
"participantSetsInfo": [
{
"memberInfos": [
{
"email": "my.email@mycompany.com"
}
],
"order": 1,
"role": "SIGNER"
}
],
"signatureType": "ESIGN",
"state": "IN_PROCESS"
}
it's the comma following the libraryid:
"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",
it invalidates the json.
Copy link to clipboard
Copied
Hello,
Thank you for reaching out.
As you are experiencing an issue with the API, I would suggest to get in touch with the Adobe Sign enterprise team. It can be best answered by the experts.
You may reach out to the team using the options provided in the following help document: https://helpx.adobe.com/sign/using/adobesign-support-resources.html. They will be able to provide you the right information.
Let us know if you need any help.
Thanks,
Meenakshi
Copy link to clipboard
Copied
it's the comma following the libraryid:
"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",
it invalidates the json.
Copy link to clipboard
Copied
Yes!! Thank you!