API Docs / Schemas / BooksReportSectionDto

BooksReportSectionDto

One named group of lines within a report.

Properties

Name Type Description
titlestring

The section's heading as the platform titled it.

The section's heading as the platform titled it.

linesarray of BooksReportLineDto

The lines within the section, in the platform's order.

The lines within the section, in the platform's order.

JSON Example

{
  "title": "string",
  "lines": [
    {
      "name": "...",
      "nominalCode": "...",
      "amount": "...",
      "isTotal": "...",
      "isArchived": "..."
    }
  ]
}

Contained in Schemas