API Docs / Schemas / AccountingPeriodResponseDto

AccountingPeriodResponseDto

One accounting period for an income source.

Properties

Name Type Description
startstring

The period's start date.

The period's start date.

endstring

The period's end date.

The period's end date.

JSON Example

{
  "start": "2024-01-01",
  "end": "2024-01-01"
}

Contained in Schemas