MassIndexationTaskReportItemDto¶
Example Json Object
1{
2 "id": 10000001,
3 "activationGroup": {
4 "id": "string",
5 "displayId": "Euro"
6 },
7 "activationGroupRevision": {
8 "id": "string",
9 "displayId": "Euro"
10 },
11 "status": {
12 "name": "DONE",
13 "captionKey": "enum.taskStatus.done",
14 "caption": "Done"
15 },
16 "message": "sample_message",
17 "reportId": 10000001
18}
📄 Description: Data transfer object representing an individual report item related to mass indexation tasks within the Nakisa Lease Accounting Suite, encompassing lease contracts, financial obligations, and corresponding accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
activationGroup |
false |
none |
Value for activationGroup field |
|
activationGroupRevision |
false |
none |
Value for activationGroupRevision field |
|
status |
false |
none |
Status of the resource |
|
message |
string |
false |
none |
Textual representation of the message detailing the status or outcome of a mass indexation task related to lease contracts and financial obligations within the Nakisa Lease Accounting Suite. |
reportId |
integer(int64) |
false |
none |
Unique identifier for the report |