POST TaxAdjustment/Save
Saves the specified Tax Adjustment.
Request Information
URI Parameters
None.
Body Parameters
The Tax Adjustment object.
Tax AdjustmentName | Type | Additional information | Description |
---|---|---|---|
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-11-15", "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 AdjustmentName | Type | Additional information | Description |
---|---|---|---|
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-11-15", "Description": "sample string 3", "Total": 4.0, "TaxPeriodId": 1, "TaxAdjustmentType": 1, "TaxAdjustmentAccountType": 1, "Locked": true }