Edit a suppression list.

Edit a suppression list with name, brand and file name information


Function

  • editSuppList()

Url

  • POST: /PuresendService/v1/editSuppList

Parameters

  • listId: int
    • ID of the suppression list
  • listName: String
    • name of the list.
  • brandName: String
    • any human readable name used for list purposes
  • fileName: String
    • if this was a file-based suppression list, filename should be presented

Return

  • editedListId: int
    • edited list id

Exception

  • Exception

Documentation

  • Edit a suppression list with name, brand and filename information

Examples

{
    "listId" : 1234,
    "listName" : "New List Name",
    "brandName" : "New Brand Name",
    "fileName" : ""
}
{
    "editedListId": 1234
}