Skip to main content
Aria Knowledge Central

get_client_item_classes_m

Summary

API Name get_client_item_classes_m
Class system_services_m
Update Version 47

Description

Returns a list of classes for inventory item.

Inputs

Name Type Length Required Description
client_no long 22 Yes

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

auth_key string 32 Yes

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

filter_item_no long 8 Yes

Aria-assigned unique identifier indicating Client Inventory Item.

Alternative required field: filter_client_sku

filter_client_item_id string 100 No

Note: This field is deprecated. Aria no longer supports filter_client_item_id.

filter_client_sku string 100 Yes

The client defined SKU for this item

Alternative required field: filter_item_no

Outputs

Name Type Length Required Description
all_item_classes object   No

See fields below

error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

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

all_item_classes fields

Name Type Length Required Description
class_no long   No

The unique ID of the item class to which this item belongs

label string   No

The label or name for the item class

TOP
  • Was this article helpful?