POST api/TaxScheduleMain/Save

Request Information

URI Parameters

None.

Body Parameters

TaxScheduleMain
NameDescriptionTypeAdditional information
PostState

boolean

None.

EffectedDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

PostDate

date

None.

TaxPercent

decimal number

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

PostUser

integer

None.

TaxNameId

integer

None.

TaxGLAccountId

integer

None.

AccountTitle

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PostState": true,
  "EffectedDate": "2025-10-29T13:05:01.2551142+05:00",
  "EntryDate": "2025-10-29T13:05:01.2551142+05:00",
  "ModifyDate": "2025-10-29T13:05:01.2551142+05:00",
  "PostDate": "2025-10-29T13:05:01.2551142+05:00",
  "TaxPercent": 3.1,
  "CompanyId": 4,
  "EntryUser": 5,
  "Id": 6,
  "ModifyUser": 7,
  "OrganizationId": 8,
  "PostUser": 9,
  "TaxNameId": 10,
  "TaxGLAccountId": 11,
  "AccountTitle": "sample string 12"
}

application/xml, text/xml

Sample:
<TaxScheduleMain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory">
  <AccountTitle>sample string 12</AccountTitle>
  <CompanyId>4</CompanyId>
  <EffectedDate>2025-10-29T13:05:01.2551142+05:00</EffectedDate>
  <EntryDate>2025-10-29T13:05:01.2551142+05:00</EntryDate>
  <EntryUser>5</EntryUser>
  <Id>6</Id>
  <ModifyDate>2025-10-29T13:05:01.2551142+05:00</ModifyDate>
  <ModifyUser>7</ModifyUser>
  <OrganizationId>8</OrganizationId>
  <PostDate>2025-10-29T13:05:01.2551142+05:00</PostDate>
  <PostState>true</PostState>
  <PostUser>9</PostUser>
  <TaxGLAccountId>11</TaxGLAccountId>
  <TaxNameId>10</TaxNameId>
  <TaxPercent>3.1</TaxPercent>
</TaxScheduleMain>

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 'TaxScheduleMain'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.