...
Example extAttributesXML value:
Code Block | ||
---|---|---|
| ||
<?xml version='1.0' standalone='yes'?> <Extended> <Attribute Name='DeviceID' Value='12:A3:98'/> </Extended> |
...
username (String) - The name of the user to add the package to. An exception will be thrown if the username does not exist.
packageID (Integer) - The ID of the package to assign to the user. An exception will be thrown if the package does not exist.
chargeCreditCard (Boolean) - Whether or not to immediately charge the user's credit card
IscChildUser (Boolean) - Whether or not this is a child user. See IsChild
extAttributesXML (String) - XML string that represents the extended attributes
BulkQuantity (Integer) - The number of packages that billing will calculate charges for. See Bulk Package Component for more details.
Returns:
...