Make a request »

MailingListService.UpdateMailingList

Update an existing mailinglist See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/v1/mailinglists/{MailinglistID}
URL parameters:
MailinglistIDStringThe Mailinglist identifier

Body parameters

Body parameters
source
The new object information.

Name String The name of the mailinglist (required)
FromName String The name of the sender (required)
FromEmail String The email of the sender (required)
ReplyToEmail String The reply-to email address (optional)
Description String A description of this mailinglist (optional)
CharacterSet String The character set, for example 'UTF-8', 'ISO-8859-1', 'ISO-8859-5'. Empty string defaults to 'UTF-8' (optional)
FolderId Nullable<Int32> The Folder id (optional)
Body Example

Response

Body parameters
returnsResponseThe string 'Updated' if everything went well.
Body Example


Help

Code examples