Move Contacts Target List

Implementation Notes

Move Multiple Contacts to List by providing ContactId separated by comma(,).

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
listid The ListMasterID of specific list. Path long
Submission

Move ContactId of contact to
list. (Multiple ContactId can be
given separated by comma).
body
listcontact{
ContactId(string,optional),
}
 { 
    "ContactId": "string"
 } 
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found