You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

API - Change value of form field

I have a specific need using the end point I need modify the type and value of a specific field in the form:

/api/REST/1.0/assets/form/id

{

    "id":"",

    "name":"api test",

    "elements":[

        {

            "type":"FormField",

            "id":"26197",

        "name": "Sales Org",

        "displayType": "text",

            "defaultValue": "TSL",

            "validations":[

            ]

        }

    ],

    "emailAddressFormFieldId":"26192",

    "processingSteps":[

    ],

    "processingType":"externalWebsite"

}

Ok I've managed to change the field type and the value but when I request this all the others fields dissapear leaving only the current one, what I'm making wrong?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!