POST api/TDSMaster

Request Information

URI Parameters

None.

Body Parameters

TDSMaster
NameDescriptionTypeAdditional information
TDSHead

string

None.

Section

string

None.

Heading

string

None.

TDSPercentage

decimal number

None.

TDSAccountId

integer

None.

SurchargePercentage

decimal number

None.

SurchargeAccountId

integer

None.

EducationSellsPercentage

decimal number

None.

EducationSellsAccountId

integer

None.

HigherEducationSellsPercentage

decimal number

None.

HigherEducationPercentageSellsAccountId

integer

None.

Effectivedate

date

None.

TDSCode

string

None.

NetPercentage

decimal number

None.

Id

integer

None.

Active

boolean

None.

CreatedBy

integer

None.

CreatedOn

date

None.

UpdatedBy

integer

None.

UpdatedOn

date

None.

UpdateCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TDSHead": "sample string 1",
  "Section": "sample string 2",
  "Heading": "sample string 3",
  "TDSPercentage": 4.0,
  "TDSAccountId": 5,
  "SurchargePercentage": 6.0,
  "SurchargeAccountId": 7,
  "EducationSellsPercentage": 8.0,
  "EducationSellsAccountId": 9,
  "HigherEducationSellsPercentage": 10.0,
  "HigherEducationPercentageSellsAccountId": 11,
  "Effectivedate": "2025-12-19T21:55:14.4671938+05:30",
  "TDSCode": "sample string 13",
  "NetPercentage": 14.0,
  "Id": 15,
  "Active": true,
  "CreatedBy": 17,
  "CreatedOn": "2025-12-19T21:55:14.4671938+05:30",
  "UpdatedBy": 19,
  "UpdatedOn": "2025-12-19T21:55:14.4671938+05:30",
  "UpdateCount": 21
}

application/xml, text/xml

Sample:
<TDSMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Publisher.Models">
  <Active>true</Active>
  <CreatedBy>17</CreatedBy>
  <CreatedOn>2025-12-19T21:55:14.4671938+05:30</CreatedOn>
  <Id>15</Id>
  <UpdateCount>21</UpdateCount>
  <UpdatedBy>19</UpdatedBy>
  <UpdatedOn>2025-12-19T21:55:14.4671938+05:30</UpdatedOn>
  <EducationSellsAccountId>9</EducationSellsAccountId>
  <EducationSellsPercentage>8</EducationSellsPercentage>
  <Effectivedate>2025-12-19T21:55:14.4671938+05:30</Effectivedate>
  <Heading>sample string 3</Heading>
  <HigherEducationPercentageSellsAccountId>11</HigherEducationPercentageSellsAccountId>
  <HigherEducationSellsPercentage>10</HigherEducationSellsPercentage>
  <NetPercentage>14</NetPercentage>
  <Section>sample string 2</Section>
  <SurchargeAccountId>7</SurchargeAccountId>
  <SurchargePercentage>6</SurchargePercentage>
  <TDSAccountId>5</TDSAccountId>
  <TDSCode>sample string 13</TDSCode>
  <TDSHead>sample string 1</TDSHead>
  <TDSPercentage>4</TDSPercentage>
</TDSMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.