POST api/AccountsTaxes/SaveAccountsTax

Request Information

URI Parameters

None.

Body Parameters

AccountsTaxesVM
NameDescriptionTypeAdditional information
ID

integer

None.

TaxName

string

None.

TaxType

string

None.

TaxRatePercentage

decimal number

None.

Active

integer

None.

IsDeleted

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TaxName": "sample string 2",
  "TaxType": "sample string 3",
  "TaxRatePercentage": 1.1,
  "Active": 1,
  "IsDeleted": 1,
  "CreatedBy": 1,
  "CreatedOn": "2025-12-16T20:42:50.2405949-06:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2025-12-16T20:42:50.2405949-06:00"
}

application/xml, text/xml

Sample:
<AccountsTaxesVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_BL.ViewModels">
  <Active>1</Active>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2025-12-16T20:42:50.2405949-06:00</CreatedOn>
  <ID>1</ID>
  <IsDeleted>1</IsDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-12-16T20:42:50.2405949-06:00</ModifiedOn>
  <TaxName>sample string 2</TaxName>
  <TaxRatePercentage>1.1</TaxRatePercentage>
  <TaxType>sample string 3</TaxType>
</AccountsTaxesVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.