PUT api/EmployeeMaster/IncomeTaxSectionMaster

Request Information

URI Parameters

None.

Body Parameters

IncomeTaxSectionViewModel
NameDescriptionTypeAdditional information
IncomeTaxSectionId

integer

None.

ClientId

integer

None.

ClientName

string

None.

Name

string

None.

Description

string

None.

IncomeTaxSectionCodeName

string

None.

IncomeTaxSectionCodeId

integer

None.

IncomeTaxSectionName

string

None.

IncomeTaxSectionCode

string

None.

IncomeTaxSectionDesc

string

None.

IncomeTaxCategoryTypeId

integer

None.

IncomeTaxCategoryType

string

None.

RegimeId

integer

None.

RegimeName

string

None.

IsAttachMandatory

boolean

None.

IsAttachment

boolean

None.

AttachmentName

integer

None.

IsActive

boolean

None.

DisplayOrder

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifyBy

integer

None.

ModifyDate

date

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "IncomeTaxSectionId": 1,
  "ClientId": 1,
  "ClientName": "sample string 2",
  "Name": "sample string 3",
  "Description": "sample string 4",
  "IncomeTaxSectionCodeName": "sample string 5",
  "IncomeTaxSectionCodeId": 1,
  "IncomeTaxSectionName": "sample string 6",
  "IncomeTaxSectionCode": "sample string 7",
  "IncomeTaxSectionDesc": "sample string 8",
  "IncomeTaxCategoryTypeId": 1,
  "IncomeTaxCategoryType": "sample string 9",
  "RegimeId": 1,
  "RegimeName": "sample string 10",
  "IsAttachMandatory": true,
  "IsAttachment": true,
  "AttachmentName": 1,
  "IsActive": true,
  "DisplayOrder": 1,
  "CreatedBy": 1,
  "CreatedDate": "2026-01-07T07:13:40.5884425+05:30",
  "ModifyBy": 1,
  "ModifyDate": "2026-01-07T07:13:40.5884425+05:30",
  "IpAddress": "sample string 14",
  "LocalIpAddress": "sample string 15",
  "DbUserAccount": "sample string 16",
  "RequestType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.