Show / Hide Table of Contents

    PartLocationInfo

    Type, Introduced in version 2.18

    Represents part location information.

    Returned by the following commands:

    • GetFromPartLocations
    • GetToPartLocations

    Properties

    Name Type Summary Introduced in
    Key PartLocationInfoKey The key of the part location.
    Name String The name of the part location.
    BatchNumber String The batch number of the part location if the part is traceable with
    traceability mode set as batch.
    SerialNumber String The serial number of the part location if the part is traceable with
    traceability mode set as individual.
    UnitId Int64 The business key identifier of the part location unit.
    Balance Decimal The balance of the part location.
    AvailableBalance Decimal The available balance of part location.
    ReservationId Int64? The business key identifier of the clearance reservation made for the part location.
    ClearanceType Int32 The clearance type of the part location.

    • Undefined: 0
    • CustomerOrder: 1
    • ManufacturingOrder: 2
    • SalesPickingList: 3
    • ManufacturingPickingList: 4
    ClearanceIdentifier String The human readable identifier of the entity that the clearance was initiated from.

    Example

    {
      "Key": null,
      "Name": null,
      "BatchNumber": null,
      "SerialNumber": null,
      "UnitId": 0,
      "Balance": 0.0,
      "AvailableBalance": 0.0,
      "ReservationId": null,
      "ClearanceType": 0,
      "ClearanceIdentifier": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB