UpdatePrinterGroup
Use this action to update a printer group.
Required parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
printerGroup | Alphanumeric string |
The name of the group. Maximum length for strings is 10. |
Optional parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
printerGroupDescription | Alphanumeric string |
The group's description. Maximum length for strings is 30. |
XML request format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.
<OLDPRINTERGROUP printerGroup="XXX" .../>
<NEWPRINTERGROUP printerGroup="XXX" .../>
Cannot specify members during updates. Use PrinterMember actions to modify membership