Show / Hide Table of Contents

    CreateDeliveryNoteCollectionDelivered

    Command, Introduced in version 2.41

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

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

    Returns FormReportData

    Required permission

    Report delivery
    

    Properties

    Name Type Summary Introduced in
    CustomerOrderInvoiceId Int64[] The business key identifier of the customer order invoices 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
    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": null,
      "PrintoutDate": null,
      "IncludeExternalDocuments": false,
      "FormReportConfigurationId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB