Search Results for

    Show / Hide Table of Contents

    ArrivalProductRecord

    Type, Introduced in version 2.36

    Report arrival of a product record to a part location.

    Used by the ReportArrivals command.

    Properties

    Name Type Summary Introduced in
    SerialNumber String The serial number to report.

    • Max length is 60
    • Mandatory (If creating new serial number.)
    BatchNumber String The batch number to report.

    • Max length is 60
    • Mandatory (If creating new batch number.)
    ProductRecordId Int64? The business key identifier of the product record containing the batch number to report.

    References ProductRecords

    • Mandatory (If reporting to an existing batch number.)
    ChargeNumber String The charge number to report.

    • Max length is 30
    Quantity Decimal The quantity to report.

    • Mandatory
    BestBeforeDate DateTimeOffset? The best before date to report.

    Example

    {
      "SerialNumber": null,
      "BatchNumber": null,
      "ProductRecordId": null,
      "ChargeNumber": null,
      "Quantity": 0.0,
      "BestBeforeDate": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB