api-docs-icon

Create Suppression List Contact

POST
/ api/ v1/ lists/ suppression/ contacts/ {listId}

Create a new suppression contact on the specified suppression list

listId
integer (int64)
required

The id of the suppression list.

object
Address
string
nullable

The street address of the contact.

Example:
36 Pipers Row
Address2
string
nullable

The secondary street address of the contact.

Example:
Room 101
City
string
nullable

The city of the contact.

Example:
New York
Company
string
nullable

The company name of the contact.

Example:
Metacortex
Country
string
nullable

The country code of the contact.

Example:
US
Email
string
nullable

The email address of the contact.

Example:
tanderson@metacortex.net
FirstName
string
nullable

The first name of the contact.

Example:
Thomas
LastName
string
nullable

The last name of the contact.

Example:
Anderson
Mobile
string
nullable

The mobile phone number of the contact.

Example:
888-574-7346
Occupation
string
nullable

The occupation the contact.

Example:
programmer
Phone
string
nullable

The phone number of the contact.

Example:
888-574-7346
State
string
nullable

The state of the contact.

Example:
NY
VarField1
string
nullable

Custom variable field 1

VarField10
string
nullable

Custom variable field 10

VarField11
string
nullable

Custom variable field 11

VarField12
string
nullable

Custom variable field 12

VarField13
string
nullable

Custom variable field 13

VarField14
string
nullable

Custom variable field 14

VarField15
string
nullable

Custom variable field 15

VarField16
string
nullable

Custom variable field 16

VarField17
string
nullable

Custom variable field 17

VarField18
string
nullable

Custom variable field 18

VarField19
string
nullable

Custom variable field 19

VarField2
string
nullable

Custom variable field 2

VarField20
string
nullable

Custom variable field 20

VarField21
string
nullable

Custom variable field 21

VarField22
string
nullable

Custom variable field 22

VarField23
string
nullable

Custom variable field 23

VarField24
string
nullable

Custom variable field 24

VarField25
string
nullable

Custom variable field 25

VarField26
string
nullable

Custom variable field 26

VarField27
string
nullable

Custom variable field 27

VarField28
string
nullable

Custom variable field 28

VarField29
string
nullable

Custom variable field 29

VarField3
string
nullable

Custom variable field 3

VarField30
string
nullable

Custom variable field 30

VarField31
string
nullable

Custom variable field 31

VarField32
string
nullable

Custom variable field 32

VarField33
string
nullable

Custom variable field 33

VarField34
string
nullable

Custom variable field 34

VarField35
string
nullable

Custom variable field 35

VarField4
string
nullable

Custom variable field 4

VarField5
string
nullable

Custom variable field 5

VarField6
string
nullable

Custom variable field 6

VarField7
string
nullable

Custom variable field 7

VarField8
string
nullable

Custom variable field 8

VarField9
string
nullable

Custom variable field 9

Website
string
nullable

The website of the contact.

Example:
metacortex.net
Zip
string
nullable

The zip code of the contact.

Example:
10001

Response

application/json
object
ContactDetails
array[object]
required

Contains an array of contacts on the list

object

ListDetails
object
required

Code Examples

Response