Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Using create package API, Along with creating package, can we use also use data field to store some data.

This field value we use in when retrieve the package.

Replies Created

Reply to:

0 votes

Hi Duo Liang,

Thanks a lot for your prompt response

Please see the request body in plain text

{
    "roles": [
        {
            "id": "Signer1",
            "signers": [
                {
                    "lastName": "abc",
                    "firstName": "Test user1 ",
                    "email": "[email protected]",
                    "company": "[email protected]",
                    "language": "en"
                }
            ],
            "name": "Customer",
            "index": 1,
            "reassign": true,
            "emailMessage": {
                "content": "THIS IS TEST AGREEMENT."
            },
            "attachmentRequirements": [
                {
                    "description": "Please upload Purchase Order (PDF format).",
                    "required": false,
                    "name": "Attachment"
                }
            ]
        }
    ],
    "data": {
        "additionalProp1": {"env":"dev"}
    },
    "documents": [
        {
            "name": "Agreement_EN.pdf",
            "extract": true,
            "extractionTypes": [
                "TEXT_TAGS",
                "ACROFIELDS"
            ],
            "id": "Doc1"
        }        
    ],
    "name": "TEST_ID-00000943",
    "type": "PACKAGE",
    "language": "en",
    "emailMessage": "",
    "description": "ID-TEST-2020-06-09T18:30:00.000Z",
    "due": "2021-06-10T18:30:00.000Z",
    "visibility": "ACCOUNT",
    "status": "SENT",
    "autocomplete": true
}

 


Reply to: Create package API, can we use data field to store some data

0 votes

I can see the out-of-the-box data values from response origin, currentSignerProgress, overallProgress

The key and value that I added using create package API is retrieved later using get package API

packaged ids created are v_7o_RRHmKtAJJQy0Gaxu90HcJ8=, rhfAY4VRSDc0Tfx4aPEWv-tNZr8=, txI7oIg4tDyyCaxdBQzHV6ONbdU=


Subscriptions

Topics Replies Freshness Views Users

Using create package API, Along with creating package, can we use also use data field to store some data.

This field value we use in when retrieve the package.

5 3 years 2 months ago 120
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.