Show / Hide Table of Contents

    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.

    • Max length is 14
    • Not nullable
    • Unique
    Description String The translated description of the statistical goods code.
    DeclarationType Int32 The declaration type of the statistical goods code.

    • Weight: 1
    • OtherQuantity: 2
    • WeightAndOtherQuantity: 3
    • ExcludeFromDeclaration: 4

    Example

    {
      "Id": 0,
      "Code": null,
      "Description": null,
      "DeclarationType": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB