FosImportJobDto¶
Example Json Object
1{
2 "id": 0,
3 "taskCount": 0,
4 "failedTaskCount": 0,
5 "doneTaskCount": 0,
6 "inProgressTaskCount": 0,
7 "cancelledTaskCount": 0,
8 "errorMessage": "string",
9 "queueTime": "2019-08-24T14:15:22Z",
10 "startTime": "2019-08-24T14:15:22Z",
11 "endTime": "2019-08-24T14:15:22Z",
12 "status": "CREATED",
13 "batchSize": 1000,
14 "totalObjectCount": 0,
15 "fileStorageId": "string",
16 "importDocumentFileName": "string",
17 "version": 0,
18 "readOnly": true,
19 "importDocumentStoreId": 0,
20 "erpSystemId": 0,
21 "category": "NON_ERP",
22 "items": [
23 "INTERNAL_ASSET_CLASS"
24 ]
25}
📄 Description: Data transfer object representing an import job for financial organization structures, encapsulating details related to the hierarchy and configuration of financial entities within the organization.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
taskCount |
integer(int32) |
false |
none |
Count of task |
failedTaskCount |
integer(int32) |
false |
none |
Count of failed task |
doneTaskCount |
integer(int32) |
false |
none |
Count of done task |
inProgressTaskCount |
integer(int32) |
false |
none |
Count of in progress task |
cancelledTaskCount |
integer(int32) |
false |
none |
Count of cancelled task |
errorMessage |
string |
false |
none |
Descriptive message detailing any errors encountered during the import process of financial organization structures. |
queueTime |
string(date-time) |
false |
none |
Time of the queue |
startTime |
string(date-time) |
false |
none |
Time of the start |
endTime |
string(date-time) |
false |
none |
Time of the end |
status |
string |
false |
none |
Status of the resource |
batchSize |
integer(int32) |
false |
none |
Numeric value representing batchSize |
totalObjectCount |
integer(int32) |
false |
none |
Count of total object |
fileStorageId |
string |
false |
none |
Unique identifier for the file storage |
importDocumentFileName |
string |
false |
none |
Name of the import document file |
version |
integer(int32) |
false |
none |
Numeric value representing version |
readOnly |
boolean |
false |
none |
Boolean flag indicating readOnly status |
importDocumentStoreId |
integer(int64) |
false |
none |
Unique identifier for the import document store |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
category |
string |
true |
none |
Category of the resource |
items |
[string] |
false |
none |
List of items items |
Enumerated Values
Attribute |
Value |
|---|---|
category |
DETERMINATION, ERP, INITIAL_DATA, NON_ERP, SECURITY, SETTING |
status |
CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED |