Skip to main content

ImportJob

idstring

The import job's unique id.

typestring

The job type.

Possible values: [SUPPLIER_CARDS, TAX_CODES, GL_CODES, CATEGORIES, BRANCHES, CLASSES, CUSTOMERS, DEPARTMENTS, FIXED_ASSETS, ITEMS, JOBS, LOCATIONS, PROJECTS, INVENTORIES]

sourceApplicationCodestring

The source application code.

createdstring<date-time>

Timestamp of when the job was created

Example: 2024-05-14T00:00:00+01:00
lastUpdatestring<date-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.

statusstring

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
}
}