create_item_class_m
Create new inventory item classes
Input Arguments
| Req | Field Name | Field Type | Max Length | Description |
|---|---|---|---|---|
| client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | |
| auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | |
| class_name | string | 100 | Specifies the class name | |
| class_desc | string | 300 | Specifies the class description | |
| active_ind | int | 1 | Specifies whether the class is active or not | |
| client_inventory_class_id | string | 100 | Client defined unique identifier | |
| 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][class_no]=1002&parent_class[1][class_no]=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 class number for the newly created item class |