Show / Hide Table of Contents

    RejectionCodeItems

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/RejectionCodeItems
    

    Represents a rejection code.

    GUID

    19257A1A-F323-4672-B0E5-8F5D2F814F88
    

    Required permission

    Show rejection codes/cause codes
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the rejection code.
    Code String The string identifier of the rejection code.

    • Max length is 6
    • Not nullable
    • Unique
    Description String The translated description of the rejection code.
    Active Boolean Specifies if the rejection code item is active.
    Introduced in version 2.22
    ForcedComment Boolean Specifies if the rejection code item requires a comment.
    Introduced in version 2.22
    Type Int32 The rejection code item type.

    • None: 0
    • ManufacturingReporting: 1
    • ReceivingInspectionPurchase: 2
    • CustomerNonConformity: 4
    • SupplierNonConformity: 8
    • InternalNonConformity: 16
    • Standard8DNonConformity: 32

    • Bitmask
    Introduced in version 2.22

    Example

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