DeleteDistributionList
Use this service to delete a distribution list.
Required parameter - DISTRIBUTIONLIST node
Parameter Key | Value Type | Parameter Description |
---|---|---|
listName | Alphanumeric string |
The name of the list. Maximum length for strings is 10. |
Optional parameter - DISTRIBUTIONLIST node
Parameter Key | Value Type | Parameter Description |
---|---|---|
listDescription | Alphanumeric string |
The description of the group. Default value is BLANK and the maximum length for strings is 10. |
XML request format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by an <ACTION> node.
For core functions Add, Delete, Inquire, and Update:
<ACTION>
<DISTRIBUTIONLIST listName="${DSTLSTNAME}" listDescription="This is a distribution list"/>
</ACTION>
For core functions add with member:
<ACTION>
<DISTRIBUTIONLIST listName="${DSTLSTNAME}" listDescription="This is a distribution list">
<USER userName="${USERNAME}" autoPrint="true" listName="${DSTLSTNAME}" numCopies="1" printer="${PRINTERNAME}" save="false"/>
</DISTRIBUTIONLIST>
</ACTION>