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
|
|
PrintoutDate | DateTimeOffset? | The printout date on the delivery note.
|
|
IncludeExternalDocuments | Boolean | Specifies if external documents should be included with the delivery note.
|
|
FormReportConfigurationId | Int64? | The business key identifier of the form report configuration to apply for the delivery note. References FormReportConfigurations
|
Example
{
"CustomerOrderInvoiceId": null,
"PrintoutDate": null,
"IncludeExternalDocuments": false,
"FormReportConfigurationId": null
}