I have a quick question. How can I describe a custom field in Lead Capture that I have added to the Lead object via the Entity Manager and save it via web to lead?
It does not work with the conventional method.
Payload
{
"firstName": "FIRST_NAME",
"lastName": "LAST_NAME",
"emailAddress": "EMAIL_ADDRESS",
"salutationName": "SALUTATION_NAME",
"accountName": "ACCOUNT_NAME",
"description": "DESCRIPTION",
"cKontaktgrund": C_KONTAKTGRUND
}
I get the message that it is an array field.
regards
Martin
It does not work with the conventional method.
Payload
{
"firstName": "FIRST_NAME",
"lastName": "LAST_NAME",
"emailAddress": "EMAIL_ADDRESS",
"salutationName": "SALUTATION_NAME",
"accountName": "ACCOUNT_NAME",
"description": "DESCRIPTION",
"cKontaktgrund": C_KONTAKTGRUND
}
I get the message that it is an array field.
regards
Martin
Comment