Skip to main content

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

lastUpdatedate-time

Timestamp of the last update to the job

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-07-29T15:51:28.071Z",
"lastUpdate": "2024-07-29T15:51:28.071Z",
"counts": {
"inserted": 0,
"updated": 0,
"deleted": 0,
"unchanged": 0
}
}