GET TaxRateAdjustment/Get

Gets a specific tax rate adjustment based on the company.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Returns the Tax Rate Adjustment object based on the identifier.

Tax Rate Adjustment
NameTypeAdditional informationDescription
ID integer

None.

CountryId integer

None.

CountryCode string

None.

CountryName string

None.

OldTaxTypeDefaultUID globally unique identifier

None.

NewTaxTypeDefaultUID globally unique identifier

None.

TaxRateAdjustmentDate date

None.

TaxNotificationEndDate date

None.

OldTaxTypeId integer

None.

OldTaxName string

None.

OldTaxPercentage decimal

None.

NewTaxTypeId integer

None.

NewTaxName string

None.

NewTaxPercentage decimal

None.

TaxRateName string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CountryId": 2,
  "CountryCode": "sample string 3",
  "CountryName": "sample string 4",
  "OldTaxTypeDefaultUID": "5c10cda6-d43e-4b4a-a602-e0382e4bc620",
  "NewTaxTypeDefaultUID": "236a07be-02b7-4bf7-82a5-027fd065c04f",
  "TaxRateAdjustmentDate": "2024-04-20",
  "TaxNotificationEndDate": "2024-04-20",
  "OldTaxTypeId": 9,
  "OldTaxName": "sample string 10",
  "OldTaxPercentage": 11.1,
  "NewTaxTypeId": 12,
  "NewTaxName": "sample string 13",
  "NewTaxPercentage": 14.1,
  "TaxRateName": "sample string 15"
}