TaxCode
A tax code
idstringnullable
The Lightyear ID for this object. When importing the object this field should be null, omitted or the default value 00000000-0000-0000-0000-000000000000
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:
TAX-001
descriptionstring
The description of the object being imported.
sourceIDstring
The unique identifier for this object in the source system
Example:
TAX-001
ratePercentnumber
The tax rate percent associated with the tax code
Example:
20
TaxCode
{
"id": "79f53980-7f6b-4d18-ac38-48b60d399e1e",
"code": "TAX-001",
"description": "string",
"sourceID": "TAX-001",
"ratePercent": 20
}