Search Results for

    Show / Hide Table of Contents

    ReportArrivals

    Command, Introduced in version 2.36

    POST https://localhost:8001/sv/001.1/api/v1/Purchase/PurchaseOrders/ReportArrivals
    

    Report arrivals on purchase orders.

    Returns ArrivalResult

    Required permission

    Report arrival of purchase order
    

    Properties

    Name Type Summary Introduced in
    ArrivalDate DateTimeOffset? The date of the reporting.

    • Current date by default
    ReportingEmployeeId Int64? The business key identifier of the employee to report as.

    References Persons

    • The employee of the user in this session by default
    DeliveryNoteNumber String The delivery note number of the reporting.

    • Max length is 35
    • Mandatory (If system settings demand it)
    WaybillNumber String The waybill number (shipment number) of the reporting.

    • Max length is 35
    • Mandatory (If system settings demand it)
    Rows ArrivalRow[] The rows to report.

    • Mandatory

    Example

    {
      "ArrivalDate": null,
      "ReportingEmployeeId": null,
      "DeliveryNoteNumber": null,
      "WaybillNumber": null,
      "Rows": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB