Skip to main content

ImportObject

Common properties of importable objects.

See Schemas for SupplierCard, TaxCode, Category and GLCode for more details.

idstringnullable

The Lightyear ID for this object.

When importing the object this field should be omitted or null.

Example: 79f53980-7f6b-4d18-ac38-48b60d399e1e
codestringnullable

The object code identifier.

Usually this will be a human readable value for the object being imported.

Example: OBJ-001
sourceIDstring

The unique identifier for this object in the source system

Example: OBJ-001
ImportObject
{
"id": "79f53980-7f6b-4d18-ac38-48b60d399e1e",
"code": "OBJ-001",
"sourceID": "OBJ-001"
}