POST api/TaxesTypes/Save

Request Information

URI Parameters

None.

Body Parameters

TaxesTypes
NameDescriptionTypeAdditional information
EntryDate

date

None.

ModifyDate

date

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

TaxGLAccountId

integer

None.

Type

integer

None.

TaxDescription

string

None.

TaxName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EntryDate": "2025-10-29T13:11:01.0052266+05:00",
  "ModifyDate": "2025-10-29T13:11:01.0052266+05:00",
  "CompanyId": 3,
  "EntryUser": 4,
  "Id": 5,
  "ModifyUser": 6,
  "OrganizationId": 7,
  "TaxGLAccountId": 8,
  "Type": 9,
  "TaxDescription": "sample string 10",
  "TaxName": "sample string 11"
}

application/xml, text/xml

Sample:
<TaxesTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory">
  <CompanyId>3</CompanyId>
  <EntryDate>2025-10-29T13:11:01.0052266+05:00</EntryDate>
  <EntryUser>4</EntryUser>
  <Id>5</Id>
  <ModifyDate>2025-10-29T13:11:01.0052266+05:00</ModifyDate>
  <ModifyUser>6</ModifyUser>
  <OrganizationId>7</OrganizationId>
  <TaxDescription>sample string 10</TaxDescription>
  <TaxGLAccountId>8</TaxGLAccountId>
  <TaxName>sample string 11</TaxName>
  <Type>9</Type>
</TaxesTypes>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TaxesTypes'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.