InquireDistributionList
Use this service to inquire a 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. |
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>