POST TaxAdjustment/Save

Saves the specified Tax Adjustment.

Request Information

URI Parameters

None.

Body Parameters

The Tax Adjustment object.

Tax Adjustment
NameTypeAdditional informationDescription
ID integer

None.

Date date

None.

Description string

None.

Total decimal

None.

TaxPeriodId nullable integer

None.

TaxAdjustmentType Tax Adjustment Type

None.

TaxAdjustmentAccountType Tax Adjustment Account Type

None.

Locked bool

Read Only / System Generated

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Date": "2024-03-29",
  "Description": "sample string 3",
  "Total": 4.0,
  "TaxPeriodId": 1,
  "TaxAdjustmentType": 1,
  "TaxAdjustmentAccountType": 1,
  "Locked": true
}

Response Information

Resource Description

Returns a response status message based on the success.

Tax Adjustment
NameTypeAdditional informationDescription
ID integer

None.

Date date

None.

Description string

None.

Total decimal

None.

TaxPeriodId nullable integer

None.

TaxAdjustmentType Tax Adjustment Type

None.

TaxAdjustmentAccountType Tax Adjustment Account Type

None.

Locked bool

Read Only / System Generated

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Date": "2024-03-29",
  "Description": "sample string 3",
  "Total": 4.0,
  "TaxPeriodId": 1,
  "TaxAdjustmentType": 1,
  "TaxAdjustmentAccountType": 1,
  "Locked": true
}