v1
latestOpenAPI 3.0.12026-07-24116117186.3 KBContacts
Add/update contacts
The method adds new contacts and updates existing contacts. Asynchronous processing is used; requests may be handled in a different order or concurrently.
post/api/v1/contacts
Request body
Example request
{
"contacts": [
{
"firstName": "John",
"lastName": "Smith",
"channels": [
{
"device": {
"appId": "83b77a49-fc28-409b-aeaa-68c9d544ab9d",
"deviceModel": "iPhone 16 Pro",
"os": "iOS",
"locale": "en_UK",
"clientVersion": "1.6.8",
"appVersion": "1.23.45"
}
}
],
"address": {
"region": "Occitanie",
"town": "Toulouse",
"address": "Rue Imaginaire, 456",
"postcode": "31000",
"countryCode": "FR"
},
"fields": [
{
"id": 79814,
"value": "textfield"
}
],
"addressBookId": 7200,
"id": 23456789,
"externalCustomerId": "TV12790",
"groups": [
{
"id": 200400
}
],
"languageCode": "en",
"timeZone": "Europe/London",
"marketId": "kyiv"
}
]
}