Search Results for

    Show / Hide Table of Contents

    ArrivalLocation

    Type, Introduced in version 2.36

    Report arrival from a purchase order row to a part location.

    Used by the ReportArrivals command.

    Properties

    Name Type Summary Introduced in
    PartLocationId Int64? The business key identifier of the part location to report.

    References PartLocations

    • Mandatory (If reporting to an existing location.)
    PartLocationName String The name of the new part location to report.

    • Max length is 35
    • Mandatory (If reporting to a new location.)
    Quantity Decimal The quantity to report.

    • Mandatory
    ProductRecords ArrivalProductRecord[] The product records to create then reporting.

    • Mandatory (If reporting part with traceability.)

    Example

    {
      "PartLocationId": null,
      "PartLocationName": null,
      "Quantity": 0.0,
      "ProductRecords": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB