ResponseMassInterCompanyTransferJobDto¶
Example Json Object
1{
2 "code": {
3 "name": "OK",
4 "captionKey": "enum.responseCode.ok",
5 "caption": "OK"
6 },
7 "message": "string",
8 "defaultMessage": "string",
9 "debugMessage": "string",
10 "errors": {
11 "all": []
12 },
13 "object": {
14 "id": 10000001,
15 "taskCount": 100,
16 "failedTaskCount": 5,
17 "doneTaskCount": 80,
18 "inProgressTaskCount": 10,
19 "cancelledTaskCount": 5,
20 "errorMessage": "Failed to process transfer for contract ID 12345",
21 "queueTime": "2024-01-15T10:30:00Z",
22 "startTime": "2024-01-15T10:35:00Z",
23 "endTime": "2024-01-15T12:00:00Z",
24 "status": {
25 "name": "PROCESSING",
26 "captionKey": "enum.batchJobStatus.processing",
27 "caption": "Processing"
28 },
29 "executor": {
30 "name": "MANUAL",
31 "captionKey": "enum.batchJobExecutor.manual",
32 "caption": "Manual"
33 },
34 "scheduleJobId": 20000001,
35 "batchSize": 1000,
36 "totalObjectCount": 5000,
37 "readOnly": false,
38 "profileId": 30000001,
39 "unauthorized": false,
40 "reverting": false,
41 "reverted": false,
42 "revertible": true,
43 "revertedCount": 0,
44 "revertPercentage": 0,
45 "stage": {
46 "name": "PROCESSING_MASS_INTER_COMPANY_TRANSFER",
47 "captionKey": "enum.massInterCompanyTransferStage.processingMassInterCompanyTransfer",
48 "caption": "Processing Mass Inter-Company Transfer"
49 },
50 "inputFile": {
51 "templateFileStorageId": "template-file-uuid-12345",
52 "inputFileStorageId": "input-file-uuid-67890",
53 "generatingTemplateFile": false,
54 "startedGeneratingTemplateFileAt": "2024-01-15T10:30:00Z",
55 "finishedGeneratingTemplateFileAt": "2024-01-15T10:35:00Z",
56 "inputFileName": "mass_transfer_input_2024.xlsx",
57 "templateDocStoreId": 40000001,
58 "inputDocStoreId": 40000002
59 },
60 "filter": {
61 "id": 10000001,
62 "profileId": 30000001,
63 "jobId": 10000001,
64 "skipItemsWithOpenDraft": true,
65 "filterTypes": {
66 "erpSystemFilterType": {
67 "name": "ALL",
68 "captionKey": "enum.filterType.all",
69 "caption": "All"
70 },
71 "erpSystems": [],
72 "leaseAreaFilterType": {
73 "name": "ALL",
74 "captionKey": "enum.filterType.all",
75 "caption": "All"
76 },
77 "leaseAreas": [],
78 "businessUnitFilterType": {
79 "name": "ALL",
80 "captionKey": "enum.filterType.all",
81 "caption": "All"
82 },
83 "businessUnits": [],
84 "companyFilterType": {
85 "name": "ALL",
86 "captionKey": "enum.filterType.all",
87 "caption": "All"
88 },
89 "companies": [],
90 "leaseDepartmentFilterType": {
91 "name": "ALL",
92 "captionKey": "enum.filterType.all",
93 "caption": "All"
94 },
95 "leaseDepartments": [],
96 "leaseGroupFilterType": {
97 "name": "ALL",
98 "captionKey": "enum.filterType.all",
99 "caption": "All"
100 },
101 "leaseGroups": [],
102 "costCenterFilterType": {
103 "name": "ALL",
104 "captionKey": "enum.filterType.all",
105 "caption": "All"
106 },
107 "costCenters": [],
108 "profitCenterFilterType": {
109 "name": "ALL",
110 "captionKey": "enum.filterType.all",
111 "caption": "All"
112 },
113 "profitCenters": [],
114 "wbsFilterType": {
115 "name": "ALL",
116 "captionKey": "enum.filterType.all",
117 "caption": "All"
118 },
119 "wbses": [],
120 "businessAreaFilterType": {
121 "name": "ALL",
122 "captionKey": "enum.filterType.all",
123 "caption": "All"
124 },
125 "businessAreas": [],
126 "functionalAreaFilterType": {
127 "name": "ALL",
128 "captionKey": "enum.filterType.all",
129 "caption": "All"
130 },
131 "functionalAreas": []
132 },
133 "listObjectType": {
134 "name": "CONTRACT",
135 "captionKey": "enum.listObjectType.contract",
136 "caption": "Contract"
137 },
138 "objectList": []
139 },
140 "input": {
141 "id": 10000001,
142 "name": "Q1 2024 Inter-Company Transfer",
143 "transferDate": "2024-03-31",
144 "principalPositionType": {
145 "name": "LESSEE",
146 "captionKey": "enum.principalpositiontype.lessee",
147 "caption": "Lessee"
148 },
149 "postingDate": "2019-08-24",
150 "documentDate": "2019-08-24",
151 "skipItemsWithOpenDraft": true
152 },
153 "tasks": []
154 }
155}
📄 Description: Data transfer object representing the outcome of a mass intercompany transfer job within the Nakisa Lease Accounting Suite, encompassing details related to leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
false |
none |
Code identifier for the resource |
|
message |
string |
false |
write-only |
Contains a detailed message regarding the status or outcome of the mass inter-company transfer job within the Nakisa Lease Accounting Suite, relevant to lease, contract, financial obligation, and accounting entry processes. |
defaultMessage |
string |
false |
write-only |
Default message associated with the mass inter-company transfer job, providing essential context for lease and contract-related financial obligations and accounting entries. |
debugMessage |
string |
false |
write-only |
Detailed message providing insights into the debugging process of the mass inter-company transfer job within the Nakisa Lease Accounting Suite. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |