Customer
Note:
The attributes:
username
, password
, lock
are not available in the update customer function
Format
Param | Format | Example |
---|---|---|
language | ISO 639-1 | "it" |
country | ISO 3166-1 alpha2 | "IT" |
birthdate | YYYY-MM-DD | "2000-12-01" |
gender | {M,F,O} | "M" |
phoneNumber | international prefix + number | "+39123456789" |
Policies
They represent the list of the policy to apply to the customer. You can retrieve them using the function
It is mandatory that the policies returned by the function getListOfPolicies
in position 0 and 1 (named "termsOfUse
" and "privacy
") are set to true
.
Profiling and PPD
In order to be able to process and profiling the customer it is necessary that the attributes profiling
and ppd
are set to true
.
Init example
Last updated