edit_item_class_m
Summary
| API Name | edit_item_class_m |
|---|---|
| Class | administration_services_m |
| Update Version |
Description
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_no | long | 100 | Yes |
Client defined unique identifier Alternative required field: client_inventory_class_id |
| class_name | string | 100 | Yes |
Specifies the class name |
| class_desc | string | 300 | No |
Specifies the class description |
| active_ind | int | No |
Specifies whether the class is active or not |
|
| client_inventory_class_id | string | 100 | Yes |
Client defined unique identifier Alternative required field: class_no |
| parent_class | object | No |
The parent_class associated with this method. |
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 parent class this class belongs to |