TaxCode
A tax code.
idstringnullable
The Lightyear ID for this object.
When importing the object this field should be omitted or null.
Example:
79f53980-7f6b-4d18-ac38-48b60d399e1ecodestringnullable
The object code identifier.
Usually this will be a human readable value for the object being imported.
Example:
TAX-001descriptionstring
The description of the object being imported.
sourceIDstring
The unique identifier for this object in the source system.
Example:
TAX-001ratePercentnumber
The tax rate percent associated with the tax code.
Example:
20TaxCode
{
"id": "79f53980-7f6b-4d18-ac38-48b60d399e1e",
"code": "TAX-001",
"description": "string",
"sourceID": "TAX-001",
"ratePercent": 20
}