POST TaxAdjustment/SaveBatch
Saves a batch of Tax Adjustments
Request Information
URI Parameters
None.
Body Parameters
Collection of 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 }, { "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
Collection of 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 }, { "ID": 1, "Date": "2024-11-15", "Description": "sample string 3", "Total": 4.0, "TaxPeriodId": 1, "TaxAdjustmentType": 1, "TaxAdjustmentAccountType": 1, "Locked": true } ]