HTTP Operation Type Object DTO Why-DTOs?
Mutation createAccountingExercise AccountingExerciseCreateGLDtoInput
Query accountingExercises filtered by id Why?  
Query accountingExercises  

Description

Corresponds to the fiscal years within the field of accounting, known as AccountingExercise in the API context and Fiscal years in the product interface.
A fiscal year, or accounting period, is a specific timeframe used by governments and businesses for accounting purposes to compare financial results and statements.

An exercise can be in one of two states:

  • Open: During an open exercise, entries can be made or modified, reflecting the ongoing transactions and adjustments within the given fiscal year.
  • Closed: Once an exercise is closed, the entries are finalized, and no further modifications to the accounting records for that fiscal year are permitted.

img

Key Value
Authorization Bearer Current access Token How to find?
X-TenantId Current tenant id How to find?
X-OrganizationId Current organization Id How to find?
x-api-key Primary or secondary subscription key of your app How to find?

accountingExercises

Fields Type Description Length
id UUID Id  
       
exercise String Year exercise 4
description String Name exercise 100
startDate Datetime Start date  
endDate Datetime End date  
numberPeriods String Number months 2
status
  • UNDEFINED
  • OPEN
  • CLOSED
Status  
periods[] Array Start and End date periods  

accountingExercises/periods

Fields Type Description Length
id UUID Id  
       
startDate Datetime Start date  
endDate Datetime End date  
month
  • JANUARY
  • FEBRUARY
  • MARCH
  • APRIL
  • MAY
  • JUNE
  • JULY
  • AUGUST
  • SEPTEMBER
  • OCTOBER
  • NOVEMBER
  • DECEMBER
Month  
isClosed Boolean If true= closed