BETA

Operation Type Object Dto
Mutation createAccountingExercise AccountingExerciseCreateGLDtoInput
Query accountingExerciseById AccountingExerciseGLDto
Query accountingExercise AccountingExerciseGLDto

Description

Accounting exercises

Key Value
Authorization Bearer Current access Token
X-TenantId Current tenant id obtained from userProfile
X-OrganizationId Current organization Id
x-api-key Primary or secondary subscription key of your app

accountingExercise

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  

accountingExercise/periods

Fields Type Description
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