Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi, I'm trying to implement Field Injection, but when I post to the payload to
/api/packages
, I get the

Replies Created

0 votes
Thanks Duo! Just opening the PDF in Adobe Acrobat and hitting the Save button fixed that issue. New error:
"messageKey" => "error.validation.sendPackage.noApprovals"
 "message" => "Cannot send package without approvals."
 "code" => 400
 "name" => "Validation Error"
What is this for, and where do I set this? Thank you.

0 votes
Here's the JSON:
{
   "documents":[
      {
         "id":"sample-contract",
         "name":"Application Document",
         "extract":true,
         "data":{
            "esl_doc_extract_type":1
         },
         "fields":[
            {
               "value":"Test Company",
               "name":"company"
            },
            {
               "value":"Joe Smith",
               "name":"full_name"
            },
            {
               "value":"123 Test Street",
               "name":"street_address"
            }
         ]
      }
   ],
   "status":"SENT",
   "type":"PACKAGE",
   "roles":[
      {
         "id":"signer1",
         "type":"SIGNER",
         "signers":[
            {
               "email":"[email protected]",
               "firstName":"Joe",
               "lastName":"Smith",
               "id":"signer1"
            }
         ],
         "name":"signer1"
      }
   ],
   "name":"Application Package"
}

Subscriptions

Topics Replies Freshness Views Users
Hi, I'm trying to implement Field Injection, but when I post to the payload to
/api/packages
, I get the
15 4 years 9 months ago 1,559
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.