Only for German Legislation

This feature is only used for Sage Active DE and is not available for Sage Active FR or Sage Active ES.

HTTP Operation Type Object
Query accountingEntrySessions filtered by id Why?
Query accountingEntrySessions

Description

The Accounting Entry Session represents session management used to add identifiable information to journal entries.
It provides key information such as default status, name, stamp, and whether it has been deactivated — for example to identify year-end closing entries or entries created by a specific user.

Available for DE legislation only.

img

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

accountingEntrySessions

Fields Type Description
id UUID Unique identifier for the session
creationDate DateTime The date and time when the session was created
modificationDate DateTime The date and time of the last modification
     
isDefault Boolean Indicates if the session is the default session
name String Name of the session
stamp String A unique identifier or marker for the session
deactivated Boolean Indicates if the session is deactivated
Info
  • isDefault:
    Determines whether this session is the default session for accounting entries.
  • Name:
    Provides the session’s name, which may be used as a reference or identifier ((e.g., Automatisch erstellt))
  • Stamp:
    The session name and timestamp (e.g., Automatisch erstellt 12.06.2024 10:20:04)
  • Deactivated:
    Indicates if the session is deactivated and no longer active or usable. When true, the session cannot be used for a new accounting entry.