ContactBatchUpdate
Set of fields that can be used for contact batch update.
Fields
Field | Description |
---|---|
customertitleid int | Customer title ID (also determines the gender of the contact) Example value:12 |
languagecode string | Language (ISO 639-1 code) Example value:"NL" |
This type can have custom fields
Example
1{
2 "customertitleid": 12,
3 "languagecode": "NL"
4}