Skip to main content
Aria Knowledge Central

edit_item_class_m

Input Arguments

 
Req Field Name Field Type Max Length Description
required-icon.png client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
required-icon.png auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
required-icon.png class_no
 
int 100 Client defined unique identifier
  OR      
  client_inventory_class_id string 100 Client defined unique identifier
required-icon.png class_name string 100 Specifies the class name
  class_desc string 300 Specifies the class description
  active_ind int   Specifies whether the class is active or not
  parent_class int array   Specifies the parent class this class belongs to. REST input arrays should be passed in the following format: parent_class[0]=1002&parent_class[1]=1003 etc

Output Arguments

 
Field Name Field Type Description
error_code long Aria-assigned error identifier. 0 indicates no error
error_msg string Textual description of any error that occurred. "OK" if there was no error.
class_no int Specifies the parent class this class belongs to
  • Was this article helpful?