Konvert AG
New Member
Hi,
I need to set multiple values for a multiselect- and a checkbox-field when creating a new subscriber via API.
In the Docs I can only find the following as an example:
$response = $endpoint->create('LIST-UNIQUE-ID', array(
'EMAIL' => 'john.doe@doe.com',
'FNAME' => 'John',
'LNAME' => 'Doe'
));
Can anyone tell me where to find examples for other input types or explain how to populate fields with multiple values?
Thanks in advance.
Best regards,
Sybille
I need to set multiple values for a multiselect- and a checkbox-field when creating a new subscriber via API.
In the Docs I can only find the following as an example:
$response = $endpoint->create('LIST-UNIQUE-ID', array(
'EMAIL' => 'john.doe@doe.com',
'FNAME' => 'John',
'LNAME' => 'Doe'
));
Can anyone tell me where to find examples for other input types or explain how to populate fields with multiple values?
Thanks in advance.
Best regards,
Sybille