AbcCodes
Queryable, Introduced in version 2.31
GET https://localhost:8001/sv/001.1/api/v1/Inventory/AbcCodes
Represents an ABC code.
GUID
d39aa997-b375-4fa9-8eba-0a8ddeedea2c
Required permission
Show ABC codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the ABC code. |
|
Code | String | The human readable identifier (single letter) of the ABC code. |
|
Description | String | The description of the ABC code. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}