Skip to main content
Aria Knowledge Central

create_item_class_m

Summary

API Name create_item_class_m
Class administration_services_m
Update Version  

Description

Create new inventory item classes

Inputs

Name Type Length Required Description
client_no long 12 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 Yes

Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.

class_name string 100 Yes

Specifies the class name

class_desc string 300 No

Specifies the class description

active_ind int 1 No

Specifies whether the class is active or not

client_inventory_class_id string 100 No

Client defined unique identifier

parent_class object   No

The parent_class associated with this method.

See fields below

parent_class fields

Name Type Length Required Description
class_no long   No

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

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error

error_msg string   No

Textual description of any error that occurred. "OK" if there was no error.

class_no long   No

Specifies the class number for the newly created item class

TOP
  • Was this article helpful?