ResponseScheduleDto¶
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 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "displayId": "string",
20 "classificationType": "NON_LEASE",
21 "accountingStandardType": "GAAP",
22 "idcTotal": 0,
23 "deferredIdcTotal": 0,
24 "fmv": 0,
25 "gbv": 0,
26 "ad": 0,
27 "carryingValue": 0,
28 "pvOfLeasePayments": 0,
29 "pvOfGrv": 0,
30 "accruedRentClearing": 0,
31 "prepaidTotalPositiveForInterest": 0,
32 "prepaidTotalNegativeForInterest": 0,
33 "eventDate": {
34 "timing": "START_OF_DAY",
35 "year": 0,
36 "monthValue": 0,
37 "dayOfMonth": 0,
38 "dayOfWeek": "MONDAY",
39 "leapYear": true,
40 "dayOfYear": 0,
41 "month": "JANUARY"
42 },
43 "terminationDate": {
44 "timing": "START_OF_DAY",
45 "year": 2025,
46 "monthValue": 9,
47 "dayOfMonth": 4,
48 "dayOfWeek": "THURSDAY",
49 "leapYear": false,
50 "dayOfYear": 247,
51 "month": "SEPTEMBER"
52 },
53 "messages": [
54 "string"
55 ],
56 "warnings": [
57 "string"
58 ],
59 "errors": [
60 "string"
61 ],
62 "recognitionJournalId": 0,
63 "activationGroupClassificationId": 0,
64 "activationGroupId": 0,
65 "type": "string",
66 "numberRangeIdentifierType": {
67 "name": "COMPANY_CODE"
68 },
69 "numberRangeIdentifierValue": "string",
70 "numberRangeType": {
71 "name": "CONTRACT"
72 },
73 "allowsSystemGenerateNewId": true,
74 "interestRate": 0,
75 "leasePayable": 0,
76 "leaseType": "FINANCE_LEASE",
77 "pvmlp": 0
78 }
79}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
none |
none |
defaultMessage |
string |
false |
none |
none |
debugMessage |
string |
false |
none |
none |
errors |
false |
none |
none |
|
object |
any |
false |
none |
none |
📄 Description: oneOf
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
none |
📄 Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
none |
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 |