• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

REST API Send From Library JSON Format

New Here ,
Aug 30, 2021 Aug 30, 2021

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

TOPICS
Send documents

Views

504

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 03, 2021 Sep 03, 2021

it's the comma following the libraryid:

"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",

 

it invalidates the json.

Votes

Translate

Translate
Adobe Employee ,
Aug 31, 2021 Aug 31, 2021

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 03, 2021 Sep 03, 2021

Copy link to clipboard

Copied

it's the comma following the libraryid:

"libraryDocumentId": "CBJCHBCAABAAwdTX40V4_gy3LbSTJF-dYsbhYjd6Iqj7",

 

it invalidates the json.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 03, 2021 Sep 03, 2021

Copy link to clipboard

Copied

LATEST

Yes!! Thank you!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines