Field | Type | Required | Description | Example |
---|---|---|---|---|
Id |
string | ➖ | ID assigned to identify this tax rate. | 1234 |
Name |
string | ➖ | Name assigned to identify this tax rate. | GST on Purchases |
Code |
string | ➖ | Tax code assigned to identify this tax rate. | ABN |
Description |
string | ➖ | Description of tax rate | Reduced rate GST Purchases |
EffectiveTaxRate |
double | ➖ | Effective tax rate | 10 |
TotalTaxRate |
double | ➖ | Not compounded sum of the components of a tax rate | 10 |
TaxPayableAccountId |
string | ➖ | Unique identifier for the account for tax collected. | 123456 |
TaxRemittedAccountId |
string | ➖ | Unique identifier for the account for tax remitted. | 123456 |
Components |
List<Components> | ➖ | N/A | |
Type |
string | ➖ | Tax type used to indicate the source of tax collected or paid | NONE |
ReportTaxType |
string | ➖ | Report Tax type to aggregate tax collected or paid for reporting purposes | NONE |
OriginalTaxRateId |
string | ➖ | ID of the original tax rate from which the new tax rate is derived. Helps to understand the relationship between corresponding tax rate entities. | 12345 |
Status |
TaxRateStatus | ➖ | Tax rate status | active |
CustomMappings |
Models.Components.CustomMappings | ➖ | When custom mappings are configured on the resource, the result is included here. | |
RowVersion |
string | ➖ | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
UpdatedBy |
string | ➖ | The user who last updated the object. | 12345 |
CreatedBy |
string | ➖ | The user who created the object. | 12345 |
UpdatedAt |
DateTime | ➖ | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
CreatedAt |
DateTime | ➖ | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
PassThrough |
List<PassThroughBody> | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
Subsidiaries |
List<Models.Components.Subsidiaries> | ➖ | The subsidiaries this belongs to. | |
CustomFields |
List<CustomField> | ➖ | N/A |