Show / Hide Table of Contents

    CreateDeliveryNoteDelivered

    Command, Introduced in version 2.38

    POST https://localhost:8001/sv/001.1/api/v1/Sales/FormReports/CreateDeliveryNoteDelivered
    

    Creates a delivery note (delivered) for the given customer order invoice.

    Returns FormReportData

    Required permission

    Report delivery
    

    Properties

    Name Type Summary Introduced in
    CustomerOrderInvoiceId Int64 The business key identifier of the customer order invoice to create delivery note for.

    References CustomerOrderInvoices

    • Mandatory
    PrintoutDate DateTimeOffset? The printout date on the delivery note.

    • Current date by default
    IncludeExternalDocuments Boolean Specifies if external documents should be included with the delivery note.

    • Mandatory
    ShowBackorderedRows Boolean Specifies if backorder rows should be included in the delivery note.

    • Mandatory
    FormReportConfigurationId Int64? The business key identifier of the form report configuration to apply for the delivery note.

    References FormReportConfigurations

    • Calculated by MONITOR by default

    Example

    {
      "CustomerOrderInvoiceId": 0,
      "PrintoutDate": null,
      "IncludeExternalDocuments": false,
      "ShowBackorderedRows": false,
      "FormReportConfigurationId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB