AddDistributionList

Use this service to add a new distribution list.

Required parameters - DISTRIBUTIONLIST node

Parameter Key Value Type Parameter Description
listName Alphanumeric string

The name of the list.

Maximum length for strings is 10.

listDescription Alphanumeric string

The description of the group.

Default value is BLANK and the maximum length for strings is 10.

Node Hierarchy for Core Actions

Supported child nodes configuration from the root resource node

Node Name Node Description
USER Optional child node for AddDistributionList

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>