Get details of latest opened accounting period

GET /api-v1/accounting-period/latest

Headers

Responses

GET /api-v1/accounting-period/latest
curl \
 -X GET http://wyzio.app/api-v1/accounting-period/latest \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "budgetExist": true,
  "endDate": "string",
  "fiscalYear": 42,
  "flatRate1AccountsIds": [
    42
  ],
  "flatRate2AccountsIds": [
    42
  ],
  "flatRate_1": "string",
  "flatRate_2": "string",
  "id": 42,
  "isLocked": true,
  "lockedUntil": "string",
  "startDate": "string",
  "status": "OPEN",
  "vatRule": {
    "id": 42,
    "name": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "rule": "NONE"
  }
}