Used to add resource attributes assignments.
Required Information | |
---|---|
Name | Description |
action | adminattributeassign |
operation | add |
format | The format to return results in. Acceptable values:
|
rtypeid | Resource attribute type id to use |
aid | Attribute id to use |
rid | Resource id to use |
Returned information
A success or error message.
Example Request
https://omi.zonarsystems.net/interface.php?customer=zzo2544&username=zonar&password=secret.pw.2019&action=adminattributeassign&operation=add&format=xml&rtypeid=1&aid=4&rid=3
Example Success Reply XML
<?xml version="1.0"?>
<success ver="1.07">
<action>adminattributeassign</action>
</success>
Example Success Reply JSON
{
"success": {
"ver": "1.07",
"action": "adminattributeassign"
}
}