AddPrinterGroupMember
Use this action to add a printer group member.
Required parameter
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| printerGroup (PRINTERGROUP node) | Alphanumeric string | 
               PRINTER xml node that contains the printer details. 
 Minimum length for strings is 1. Maximum length for strings is 10  | 
            
| printer (PRINTER node) | Alphanumeric string | 
               PRINTERGROUP xml node that encloses the PRINTER node/s. 
 Minimum length for strings is 1. 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 <ACTION> nodes.
<PRINTERGROUP printerGroup="XXX" ...>
	<PRINTERGROUP printerGroup="X"/>
	<PRINTER printer="Y"/>
</PRINTERGROUP