ResponseDuplicateConsistencyJobDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "taskCount": 0,
20 "failedTaskCount": 0,
21 "doneTaskCount": 0,
22 "inProgressTaskCount": 0,
23 "cancelledTaskCount": 0,
24 "errorMessage": "string",
25 "erpSystem": {
26 "id": 0,
27 "displayId": "string"
28 },
29 "startTime": "2019-08-24T14:15:22Z",
30 "endTime": "2019-08-24T14:15:22Z",
31 "status": "CREATED",
32 "executor": "SCHEDULER",
33 "scheduleJobId": 0,
34 "filter": {
35 "fiscalYear": 0,
36 "fiscalPeriod": 0,
37 "erpSystem": {
38 "id": 0,
39 "displayId": "string"
40 },
41 "companyFilterType": "ALL",
42 "companies": [
43 {
44 "id": 0,
45 "displayId": "string"
46 }
47 ],
48 "duplicateConsistencyToolTypes": [
49 "DUPLICATE_POSTINGS"
50 ]
51 }
52 }
53}
📄 Description: Data transfer object representing the status and details of a duplicate consistency job within the General Ledger, ensuring accurate ledger entries and financial records across transactions and accounts.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Text value for message in ResponseDuplicateConsistencyJobDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseDuplicateConsistencyJobDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseDuplicateConsistencyJobDto |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |