UpdateDistributionList
Use this service to update 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
| Node Name | Node Description | 
|---|---|
| listDescription | 
               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 | 
               USER nodes must be unchanged from original data. You cannot change group membership through this action, only attributes.  | 
            
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>