Assigns or updates values to customer fields using CSV

WARNING endpoint deprecated. Instead use /customers/field/csv

Assigns or updates values to customer fields. The fields must already exist, if the customer does not exist, create it.

Fields that do not exist will be ignored.

If a formatting error occurs in any of the fields an error code 400 will be returned and in that case no modification will be made.

When using a field of type datetime, set the date according to ISO 8601 standard. E.g: 2021-10-22T10:46:23.897Z

Query Params
number
required

customer application id

Body Params
file
required

CSV Example:

customerId,fieldName,fieldValue
testuser,country,spain
testuser,birthday,1985-10-26T00:00:00.000Z
user2,country,uk

Header is mandatory (customerId,fieldName,fieldValue). You can combine as many customers and fields as you want.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json