Add Records to a List
PUT {{baseUrl}}/crm/v3/lists/:listId/memberships/add
Add the records provided to the list. Records that do not exist or that are already members of the list are ignored.
This endpoint only works for lists that have a processingType of MANUAL or SNAPSHOT.
Request Body
["<long>", "<long>"]
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"recordIdsMissing":["\u003clong\u003e","\u003clong\u003e"],"recordIdsRemoved":["\u003clong\u003e","\u003clong\u003e"],"recordsIdsAdded":["\u003clong\u003e","\u003clong\u003e"]}