OperationalPostingJobInputDto¶
Example Json Object
1{
2 "id": 0,
3 "jobPostingStatuses": [
4 "NA"
5 ],
6 "journalTypes": [
7 "PAYMENT"
8 ],
9 "postingTransactionType": "POST",
10 "fromDate": {
11 "timing": "START_OF_DAY",
12 "year": 0,
13 "monthValue": 0,
14 "dayOfMonth": 0,
15 "dayOfWeek": "MONDAY",
16 "leapYear": true,
17 "dayOfYear": 0,
18 "month": "JANUARY"
19 },
20 "toDate": {
21 "timing": "START_OF_DAY",
22 "year": 0,
23 "monthValue": 0,
24 "dayOfMonth": 0,
25 "dayOfWeek": "MONDAY",
26 "leapYear": true,
27 "dayOfYear": 0,
28 "month": "JANUARY"
29 },
30 "fromDateType": "AG_ROU_START_DATE",
31 "toDateType": "USER_DEFINED",
32 "internalPostingDateType": "SCHEDULE_PERIOD_DATES",
33 "postingDate": "2019-08-24",
34 "documentDate": "2019-08-24",
35 "translationDate": "2019-08-24",
36 "skipActivationGroupsWithOpenDraft": true,
37 "retryCount": 0,
38 "reversalReasonType": "ERP_SYSTEM_DEFAULT",
39 "reversalReason": {
40 "id": 0,
41 "displayId": "string",
42 "status": "CREATED",
43 "name": "string",
44 "erpSystemId": 0,
45 "erpSystemDisplayId": "string"
46 },
47 "migratedFilterType": "MIGRATED",
48 "listObjectType": "MASTER_AGREEMENT",
49 "objectList": [
50 {
51 "id": 0,
52 "displayId": "string",
53 "name": "string"
54 }
55 ]
56}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
jobPostingStatuses |
[string] |
false |
none |
none |
journalTypes |
[string] |
false |
none |
none |
postingTransactionType |
string |
false |
none |
none |
fromDate |
false |
none |
none |
|
toDate |
false |
none |
none |
|
fromDateType |
string |
false |
none |
none |
toDateType |
string |
false |
none |
none |
internalPostingDateType |
string |
false |
none |
none |
postingDate |
string(date) |
false |
none |
none |
documentDate |
string(date) |
false |
none |
none |
translationDate |
string(date) |
false |
none |
none |
skipActivationGroupsWithOpenDraft |
boolean |
false |
none |
none |
retryCount |
integer(int32) |
false |
none |
none |
reversalReasonType |
string |
false |
none |
none |
reversalReason |
false |
none |
none |
|
migratedFilterType |
string |
true |
none |
none |
listObjectType |
string |
false |
none |
none |
objectList |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
fromDateType |
AG_ROU_START_DATE, PERIOD_START_DATE, USER_DEFINED |
internalPostingDateType |
JOB_EXECUTION_DATE, SCHEDULE_PERIOD_DATES, USER_DEFINED |
listObjectType |
ACTIVATION_GROUP, CHARGE, CONTRACT, LEASE_COMPONENT, MASTER_AGREEMENT, SCHEDULE, UNIT |
migratedFilterType |
ALL, MIGRATED, NON_MIGRATED |
postingTransactionType |
POST, REVERSE |
reversalReasonType |
ERP_SYSTEM_DEFAULT |
toDateType |
JOB_EXECUTION_DATE, PERIOD_END_DATE, USER_DEFINED |