Show / Hide Table of Contents

    PartialQuantities

    Queryable, Introduced in version 22.6

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

    Represents a partial quantity.

    GUID

    5B9F4E40-CD73-4F03-AB24-90409BF48FA0
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the partial quantity.
    Quantity Decimal Quantity, can be a length or weight.
    NumberOf Decimal Number of Quantity. Total amount of quantities is NumberOf * Quantity
    PackagePartId Int64? The business key identifier of the package part id for this partial quantity.

    • References Parts
    RowIndex Int32 The ordered row index of the partial quantity.

    Example

    {
      "Id": 0,
      "Quantity": 0.0,
      "NumberOf": 0.0,
      "PackagePartId": null,
      "RowIndex": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB