POST TaxType/Save

Saves the specified Tax Type based on the object sent through.

Request Information

URI Parameters

None.

Body Parameters

The Tax Type object.

Tax Type
NameTypeAdditional informationDescription
ID integer

None.

Name string

None.

Percentage decimal

None.

IsDefault bool

None.

HasActivity bool

Read Only / System Generated

IsManualTax bool

None.

Active bool

None.

Created date

Read Only / System Generated

Modified nullable date

Read Only / System Generated

TaxTypeDefaultUID globally unique identifier

Read Only / System Generated

CompanyId integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Percentage": 3.1,
  "IsDefault": true,
  "HasActivity": true,
  "IsManualTax": true,
  "Active": true,
  "Created": "2024-04-18",
  "Modified": "2024-04-18",
  "TaxTypeDefaultUID": "19b20118-287b-495e-8219-de062ab41777",
  "CompanyId": 9
}

Response Information

Resource Description

Returns a response status message based on the success.

Tax Type
NameTypeAdditional informationDescription
ID integer

None.

Name string

None.

Percentage decimal

None.

IsDefault bool

None.

HasActivity bool

Read Only / System Generated

IsManualTax bool

None.

Active bool

None.

Created date

Read Only / System Generated

Modified nullable date

Read Only / System Generated

TaxTypeDefaultUID globally unique identifier

Read Only / System Generated

CompanyId integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Percentage": 3.1,
  "IsDefault": true,
  "HasActivity": true,
  "IsManualTax": true,
  "Active": true,
  "Created": "2024-04-18",
  "Modified": "2024-04-18",
  "TaxTypeDefaultUID": "fd062f7c-f8fb-40b3-84a5-2a3ea2d323ea",
  "CompanyId": 9
}