StatisticalGoodsCodes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/StatisticalGoodsCodes
Represents a queryable statistical goods code.
GUID
ABCEBA49-7308-44B5-AB33-BBB395210994
Required permission
Show CN codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the statistical goods code. |
|
Code | String | The human readable identifier of the statistical goods code.
|
|
Description | String | The translated description of the statistical goods code. |
|
DeclarationType | Int32 | The declaration type of the statistical goods code.
|
Example
{
"Id": 0,
"Code": null,
"Description": null,
"DeclarationType": 0
}