DisclosureReportJobInputDto¶
Example Json Object
1{
2 "id": 0,
3 "accountingStandardType": "GAAP",
4 "classifications": [
5 "NON_LEASE"
6 ],
7 "fromYear": 0,
8 "fromPeriod": {
9 "id": 0,
10 "displayId": "string",
11 "status": "CREATED",
12 "day": 0,
13 "year": 0,
14 "month": 0,
15 "postingPeriod": 0,
16 "yearShift": 0
17 },
18 "toYear": 0,
19 "toPeriod": {
20 "id": 0,
21 "displayId": "string",
22 "status": "CREATED",
23 "day": 0,
24 "year": 0,
25 "month": 0,
26 "postingPeriod": 0,
27 "yearShift": 0
28 },
29 "fromDate": "2019-08-24",
30 "toDate": "2019-08-24",
31 "currencyDisplayId": "string",
32 "currencyType": "string",
33 "currencyDefinitionType": "CONTRACT_CURRENCY",
34 "activationGroupStatus": "AG_PENDING_ASSESSMENT",
35 "reportList": [
36 "NET_LEASE_INVESTMENT_REPORT"
37 ],
38 "listObjectType": "CONTRACT",
39 "objectList": [
40 {
41 "id": 0,
42 "displayId": "string",
43 "name": "string"
44 }
45 ],
46 "migratedFilterType": "MIGRATED",
47 "assetClassFilterType": "ALL",
48 "assetClasses": [
49 {
50 "id": 10000001,
51 "displayId": "IAC-001",
52 "status": "CREATED",
53 "name": "Machinery and Equipment",
54 "assetClassType": "PROPERTY",
55 "infiniteUsefulLife": false
56 }
57 ],
58 "businessAreaFilterType": "ALL",
59 "businessAreas": [
60 {
61 "id": 3001,
62 "displayId": "BA-2025-001",
63 "status": "ACTIVE",
64 "name": "North America Operations"
65 }
66 ],
67 "vendorFilterType": "ALL",
68 "vendors": [
69 {
70 "id": 10000012,
71 "displayId": "0000100003",
72 "status": "ACTIVE",
73 "name": "TEST VENDOR GB",
74 "erpSystemDisplayId": "FINQ8S-300"
75 }
76 ]
77}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
accountingStandardType |
string |
true |
none |
none |
classifications |
[string] |
true |
none |
none |
fromYear |
integer(int32) |
false |
none |
none |
fromPeriod |
false |
none |
none |
|
toYear |
integer(int32) |
false |
none |
none |
toPeriod |
false |
none |
none |
|
fromDate |
string(date) |
false |
none |
none |
toDate |
string(date) |
false |
none |
none |
currencyDisplayId |
string |
false |
none |
none |
currencyType |
string |
false |
none |
none |
currencyDefinitionType |
string |
false |
none |
none |
activationGroupStatus |
string |
false |
none |
none |
reportList |
[string] |
false |
none |
none |
listObjectType |
string |
false |
none |
none |
objectList |
false |
none |
none |
|
migratedFilterType |
string |
true |
none |
none |
assetClassFilterType |
string |
true |
none |
none |
assetClasses |
false |
none |
[Represents an Internal Asset Class entity containing classification, organizational, and status information.] |
|
businessAreaFilterType |
string |
true |
none |
none |
businessAreas |
false |
none |
[Represents a simplified Business Area entity with basic identifiers and status.] |
|
vendorFilterType |
string |
true |
none |
none |
vendors |
false |
none |
[Lightweight representation of a partner entity, typically representing a vendor or customer.] |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardType |
GAAP, GASB_87, IFRS |
activationGroupStatus |
AG_ACTIVE, AG_CLASSIFIED, AG_CLOSED, AG_LEASE_END, AG_PENDING_ASSESSMENT, AG_PENDING_CLASSIFICATION |
assetClassFilterType |
ALL, LIST |
businessAreaFilterType |
ALL, LIST |
currencyDefinitionType |
COMPANY_CURRENCY, CONTRACT_CURRENCY, MONTH_END_CURRENCY, REPORTING_CURRENCY, SECOND_LOCAL_CURRENCY, THIRD_LOCAL_CURRENCY |
listObjectType |
CONTRACT |
migratedFilterType |
ALL, MIGRATED, NON_MIGRATED |
vendorFilterType |
ALL, LIST |