TaxCodeDeterminationDetails¶
Example Json Object
1{
2 "id": 101,
3 "displayId": "TX-2025-001",
4 "companyId": 1001,
5 "taxJurisdictionId": 2001,
6 "taxJurisdictionDisplayId": "US-NY",
7 "defaultTaxCodeId": 301,
8 "defaultTaxCodeDisplayId": "TAX-001",
9 "defaultExemptionTaxCodeId": 302,
10 "defaultExemptionTaxCodeDisplayId": "TAX-EX-001",
11 "defaultExemptionPercentage": 100,
12 "mapping": {
13 "isLeaseExpense": true,
14 "nonLeaseTaxCodeId": 401,
15 "nonLeaseTaxCodeDisplayId": "NL-TAX-001",
16 "nonLeaseExemptionTaxCodeId": 402,
17 "nonLeaseExemptionTaxCodeDisplayId": "NL-TAX-EX-001",
18 "nonLeaseExemptionTaxPercentage": 50,
19 "principalTaxCodeId": 403,
20 "principalTaxCodeDisplayId": "PR-TAX-001",
21 "principalExemptionTaxCodeId": 404,
22 "principalExemptionTaxCodeDisplayId": "PR-TAX-EX-001",
23 "principalExemptionTaxPercentage": 100
24 }
25}
📄 Description: Contains detailed tax code information for a given company, jurisdiction, and expense type.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the tax code determination. |
displayId |
string |
false |
none |
Display ID for the tax code determination. |
companyId |
integer(int64) |
false |
none |
Company identifier. |
taxJurisdictionId |
integer(int64) |
false |
none |
Tax jurisdiction identifier. |
taxJurisdictionDisplayId |
string |
false |
none |
Display ID of the tax jurisdiction. |
defaultTaxCodeId |
integer(int64) |
false |
none |
Default tax code ID. |
defaultTaxCodeDisplayId |
string |
false |
none |
Display ID for the default tax code. |
defaultExemptionTaxCodeId |
integer(int64) |
false |
none |
Default exemption tax code ID. |
defaultExemptionTaxCodeDisplayId |
string |
false |
none |
Display ID for the default exemption tax code. |
defaultExemptionPercentage |
number(double) |
false |
none |
Default exemption percentage for this tax code. |
mapping |
false |
none |
Defines mapping of tax codes and exemptions based on expense type and principal/non-lease classification. |