ResponseDuplicateConsistencyScheduleJobDto¶
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 "cronExpression": "string",
20 "cronReadable": "string",
21 "active": true,
22 "unauthorized": true,
23 "nextExecution": "2019-08-24T14:15:22Z",
24 "previousSuccessfulExecution": "2019-08-24T14:15:22Z",
25 "previousExecution": "2019-08-24T14:15:22Z",
26 "previousExecutionMessage": "string",
27 "batchSize": 0,
28 "name": "string",
29 "profileId": 0,
30 "erpSystem": {
31 "id": 0,
32 "displayId": "string"
33 }
34 }
35}
📄 Description: Data transfer object representing the schedule and status of duplicate consistency jobs 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 ResponseDuplicateConsistencyScheduleJobDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseDuplicateConsistencyScheduleJobDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseDuplicateConsistencyScheduleJobDto |
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 |