ActivityAnalysisReportJobInputDto¶
Example Json Object
1{
2 "id": 0,
3 "activationGroupStatus": [
4 "MLA_DEFINE"
5 ],
6 "internalAssetClass": {
7 "id": 10000001,
8 "displayId": "IAC-001",
9 "status": {
10 "name": "ACTIVE",
11 "captionKey": "enum.objectStatus.active",
12 "active": true,
13 "caption": "Active"
14 },
15 "name": "Machinery and Equipment",
16 "assetClassType": "PROPERTY",
17 "infiniteUsefulLife": false
18 },
19 "fromYear": 0,
20 "fromPeriod": {
21 "id": 0,
22 "displayId": "string",
23 "status": "CREATED",
24 "day": 0,
25 "year": 0,
26 "month": 0,
27 "postingPeriod": 0,
28 "yearShift": 0
29 },
30 "toYear": 0,
31 "toPeriod": {
32 "id": 0,
33 "displayId": "string",
34 "status": "CREATED",
35 "day": 0,
36 "year": 0,
37 "month": 0,
38 "postingPeriod": 0,
39 "yearShift": 0
40 },
41 "fromDate": "2019-08-24",
42 "toDate": "2019-08-24",
43 "accountingStandardType": "GAAP",
44 "leaseClassifications": [
45 "NON_LEASE"
46 ],
47 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
48 "partner": {
49 "id": 10000012,
50 "displayId": "0000100003",
51 "status": {
52 "name": "ACTIVE",
53 "captionKey": "enum.objectStatus.active",
54 "active": true,
55 "caption": "Active"
56 },
57 "name": "TEST VENDOR GB",
58 "erpSystemDisplayId": "FINQ8S-300"
59 },
60 "listObjectType": "MASTER_AGREEMENT",
61 "objectsList": [
62 {
63 "id": 0,
64 "displayId": "string",
65 "name": "string"
66 }
67 ],
68 "migratedFilterType": "MIGRATED"
69}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
activationGroupStatus |
[string] |
false |
none |
none |
internalAssetClass |
false |
none |
Represents an Internal Asset Class entity containing classification, organizational, and status information. |
|
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 |
accountingStandardType |
string |
false |
none |
none |
leaseClassifications |
[string] |
false |
none |
none |
leaseType |
string |
false |
none |
none |
partner |
false |
none |
Lightweight representation of a partner entity, typically representing a vendor or customer. |
|
listObjectType |
string |
false |
none |
none |
objectsList |
false |
none |
none |
|
migratedFilterType |
string |
true |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardType |
GAAP, GASB_87, IFRS |
leaseType |
LEASE_CONTRACT_FIX, LEASE_CONTRACT_FIXED_PART_A, LEASE_CONTRACT_FIXED_PART_B, LEASE_CONTRACT_FIX_VARIABLE, LEASE_CONTRACT_FULLY_VARIABLE, LEASE_CONTRACT_LOW_VALUE, LEASE_CONTRACT_OPERATING_SHORT_TERM, LEASE_CONTRACT_SERVICE_CONTRACT, LEASE_CONTRACT_SHORT_TERM, NON_LEASE |
listObjectType |
ACTIVATION_GROUP, CHARGE, CONTRACT, LEASE_COMPONENT, MASTER_AGREEMENT, SCHEDULE, UNIT |
migratedFilterType |
ALL, MIGRATED, NON_MIGRATED |