Contacts/insert and update

test

Request
query Parameters
listId
string or null <uuid>
Request Body schema:
contactId
integer or null <int64>
mobileCountryCode
integer or null <int32>
mobileNumber
integer or null <int64>
mobileOptIn
boolean or null
email
string or null
emailOptIn
boolean or null
Array of objects or null (PropertyFields)
Responses
400

Bad Request

401

Unauthorized

409

Conflict

422

Client Error

500

Server Error

post/contacts/insertupdate
Request samples
{
  • "contactId": 0,
  • "mobileCountryCode": 0,
  • "mobileNumber": 0,
  • "mobileOptIn": true,
  • "email": "string",
  • "emailOptIn": true,
  • "propertyFields": [
    ]
}
Response samples
{
  • "statusCode": 0
}