Skip to main content

experimental_recreateDta

EXPERIMENTAL function. Use on your own risk.

Recreates the DTA for the given invoice.

experimental_recreateDta(
dryRun: Boolean
id: InvoiceID!
): [Document]!

Arguments

experimental_recreateDta.dryRun ● Boolean scalar

If set to true, the changes are not saved in the database. Created documents are stil saved in the storage. (Optional) Defaults to false

experimental_recreateDta.id ● InvoiceID! non-null scalar

Unique identifier of the invoice which DTA needs to be recreated.

Type

Document object

Represents a binary file.