FiscalVariantLite¶
Example Json Object
1{
2 "id": 1001,
3 "displayId": "FV-2025",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "isCalendarYear": true,
11 "yearDependent": false,
12 "erpSystemDisplayId": "SAP-ERP",
13 "isErpSystemDefault": true
14}
📄 Description: Represents a simplified fiscal variant used for accounting purposes, including status, calendar configuration, and ERP system association.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the fiscal variant. |
displayId |
string |
false |
none |
Display identifier of the fiscal variant. |
status |
false |
none |
Represents the object status with localized captions and activity state. |
|
isCalendarYear |
boolean |
false |
none |
Indicates whether the fiscal variant follows the calendar year. |
yearDependent |
boolean |
false |
none |
Indicates if the fiscal variant depends on a specific year. |
erpSystemDisplayId |
string |
false |
none |
ERP system identifier associated with this fiscal variant. |
isErpSystemDefault |
boolean |
false |
none |
Indicates if this fiscal variant is the default for the ERP system. |