Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

GetMailingLists

Get a collection of all mailing lists created in Microbizz.

Input


None--

Output


maillistscollection[maillist]A collection of the mail lists

GetReceivers

Get all receivers on a given mailing list

Input


maillistidnumberID of the mail list

Output


receiverscollection[mailreceiver]The receivers on the list

LinkToMailingList

Add an existing customer or person to a mailing list.

Input


maillistidnumberID of the mail list
customeridnumberID of the customer
personidnumberID of the person. If this is provided customerid is ignored and can be left blank.

Output


None--

RemoveFromMailingList

Remove an existing customer or person from a mailing list.

Input


maillistidnumberID of the mail list
customeridnumberID of the customer
personidnumberID of the person. If this is provided customerid is ignored and can be left blank.

Output


None--
  • No labels