FormReportData
Type
Represents form report data from MONITOR.
Used by the following types:
- CreateManufacturingTransportLabel
- GetCustomReport
- CreateDeliveryNoteDelivered
- CreateDeliveryNoteCollectionDelivered
- CreateQuote
- CreateAcknowledgement
- CreateManufacturingTraveler
- CreateSalesAgreement
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Name | String | The name of the form report. |
|
Data | String | The form report PDF data represented as a Base64 string. |
|
FileLinkIds | Int64[] | The business key identifiers of the file links associated with this report. References FileLink. |
Introduced in version 2.41 |
Example
{
"Name": null,
"Data": null,
"FileLinkIds": null
}