ImportJob
idstring
The import job's unique id.
type
The job type.
Possible values: [ACCOUNTANCY_CUSTOMERS
, BANK_ACCOUNTS
, BRANCHES
, CATEGORIES
, CLASSES
, CUSTOMERS
, DEPARTMENTS
, FIXED_ASSETS
, GL_CODES
, ITEMS
, INVENTORIES
, JOBS
, LOCATIONS
, PROJECTS
, SUPPLIER_CARDS
, TAX_CODES
]
sourceApplicationCodestring
The source application code.
createddate-time
Timestamp of when the job was created
Example:
2024-05-14T00:00:00+01:00
lastUpdatedate-time
Timestamp of the last update to the job
Example:
2024-05-14T00:00:00+01:00
counts object
insertedinteger
The number of objects inserted.
updatedinteger
The number of objects updated.
deletedinteger
The number of objects deleted.
unchangedinteger
The number of objects unchanged.
status
The status of the job.
Possible values: [IN_PROGRESS
, FINISHED
, FAILED
]
ImportJob
{
"id": "string",
"sourceApplicationCode": "string",
"created": "2024-05-14T00:00:00+01:00",
"lastUpdate": "2024-05-14T00:00:00+01:00",
"counts": {
"inserted": 0,
"updated": 0,
"deleted": 0,
"unchanged": 0
}
}