Skip to main content
erikw76051708
Participant
August 30, 2021
Answered

REST API Send From Library JSON Format

  • August 30, 2021
  • 2 replies
  • 712 views

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"
}

This topic has been closed for replies.
Correct answer SimonESATS

it's the comma following the libraryid:

"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",

 

it invalidates the json.

2 replies

SimonESATSCorrect answer
Adobe Employee
September 3, 2021

it's the comma following the libraryid:

"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",

 

it invalidates the json.

erikw76051708
Participant
September 3, 2021

Yes!! Thank you!

Meenakshi_Negi
Legend
September 1, 2021

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