ResponseListContractAccountingDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved list of contract accountings.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
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 {
19 "id": 10000001,
20 "displayId": "1092983935-20250724-115809",
21 "principalPositionType": "LESSEE",
22 "contractRate": 12,
23 "straightLineNonLeaseIncomeForPosting": false,
24 "compoundingFrequency": "MONTHLY",
25 "lessorPaymentReference": "string",
26 "trackCost": false,
27 "generateVendorInvoice": false,
28 "calculateTax": false,
29 "calendarType": "REGULAR_CALENDAR",
30 "fiscalVariant": {
31 "id": 1001,
32 "displayId": "FV-2025",
33 "status": "ACTIVE",
34 "isCalendarYear": true,
35 "yearDependent": false,
36 "erpSystemDisplayId": "SAP-ERP",
37 "isErpSystemDefault": true
38 },
39 "workBreakdownStructure": {
40 "id": 1001,
41 "displayId": "WBS-2025-001",
42 "status": "ACTIVE",
43 "name": "Main Project WBS"
44 },
45 "functionalArea": {
46 "id": 2001,
47 "displayId": "FA-2025-001",
48 "status": "ACTIVE",
49 "name": "Accounting Department"
50 },
51 "businessArea": {
52 "id": 3001,
53 "displayId": "BA-2025-001",
54 "status": "ACTIVE",
55 "name": "North America Operations"
56 },
57 "taxJurisdiction": {
58 "id": 4001,
59 "displayId": "TJ-2025-001",
60 "status": "ACTIVE",
61 "name": "California Tax Authority"
62 },
63 "taxCode": {
64 "id": 5001,
65 "displayId": "TC-001",
66 "status": "ACTIVE",
67 "name": "VAT Standard Rate"
68 },
69 "paymentTerm": {
70 "id": 6001,
71 "displayId": "PT-2025-001",
72 "status": "ACTIVE",
73 "name": "Net 30 Days"
74 },
75 "paymentBlock": {
76 "id": 7001,
77 "displayId": "PB-001",
78 "status": "ACTIVE",
79 "name": "Block A"
80 },
81 "paymentMethod": {
82 "id": 8001,
83 "displayId": "PM-001",
84 "status": "ACTIVE",
85 "name": "Bank Transfer",
86 "type": "WIRE"
87 },
88 "profitCenter": {
89 "id": 9001,
90 "displayId": "PC-001",
91 "status": "ACTIVE",
92 "name": "North Region Profit Center",
93 "validTo": "2025-12-31",
94 "erpSystemId": 101,
95 "erpSystemDisplayId": "SAP-01"
96 },
97 "network": {
98 "id": 10001,
99 "displayId": "NET-001",
100 "status": "ACTIVE",
101 "name": "Global Network"
102 },
103 "segment": {
104 "id": 11001,
105 "displayId": "SEG-001",
106 "status": "ACTIVE",
107 "name": "Segment Alpha"
108 },
109 "internalOrder": {
110 "id": 12001,
111 "displayId": "IO-001",
112 "status": "ACTIVE",
113 "name": "Internal Order A"
114 },
115 "internalOrderType": {
116 "id": 13001,
117 "displayId": "IOT-001",
118 "status": "ACTIVE",
119 "name": "Internal Order Type A"
120 },
121 "costCenter": {
122 "id": 14001,
123 "displayId": "CC-001",
124 "status": "ACTIVE",
125 "name": "Cost Center A"
126 },
127 "responsibleCostCenter": {
128 "id": 14001,
129 "displayId": "CC-001",
130 "status": "ACTIVE",
131 "name": "Cost Center A"
132 },
133 "contractId": 10000001,
134 "contractDisplayId": "CT-100000000",
135 "contractRevisionId": 10000001,
136 "taxCalculationType": "NET",
137 "transactionTypePosting": false,
138 "costCenterAllocations": [
139 {
140 "id": 10001,
141 "mainCostCenter": true,
142 "allocationPercentage": 75,
143 "costCenter": {
144 "id": 14001,
145 "displayId": "CC-001",
146 "status": "ACTIVE",
147 "name": "Cost Center A"
148 },
149 "profitCenter": {
150 "id": 9001,
151 "displayId": "PC-001",
152 "status": "ACTIVE",
153 "name": "North Region Profit Center",
154 "validTo": "2025-12-31",
155 "erpSystemId": 101,
156 "erpSystemDisplayId": "SAP-01"
157 }
158 }
159 ],
160 "type": "LESSEE",
161 "numberRangeIdentifierType": {
162 "name": "COMPANY_CODE"
163 },
164 "numberRangeIdentifierValue": "COMP-0001",
165 "numberRangeType": {
166 "name": "CONTRACT"
167 },
168 "allowsSystemGenerateNewId": false
169 }
170 ]
171}
📄 Description: Represents a standard response wrapper for returning a list of Contract accounting entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Response code indicating success or failure. |
message |
string |
false |
none |
A short message describing the response status. |
defaultMessage |
string |
false |
none |
Default message in case no specific message is set. |
debugMessage |
string |
false |
none |
Detailed message useful for debugging purposes. |
errors |
false |
none |
none |
|
object |
[oneOf] |
false |
none |
List of Contract entities returned by the request. |
📄 Description: oneOf - discriminator: ContractAccountingDto.type
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Represents accounting-related details for a contract, including rates, tax, payments, and organizational allocations. |
📄 Description: xor
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 |