PUT api/EmployeeMaster/IncomeTaxRent
Request Information
URI Parameters
None.
Body Parameters
IncomeTaxRentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeIncomeTaxRentId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| IsRentPaid | boolean |
None. |
|
| FinancialYear | integer |
None. |
|
| RentPaidMonth | string |
None. |
|
| Amount | decimal number |
None. |
|
| IsRentSlipAttach | boolean |
None. |
|
| RentSlipAttach | string |
None. |
|
| ImageFileRentSlip | HttpPostedFileWrapper |
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. |
|
| OwnerPanCard | string |
None. |
|
| OwnerPanCardAttach | string |
None. |
|
| ImageFileOwnerPanCard | HttpPostedFileWrapper |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeIncomeTaxRentId": 1,
"EmployeeId": 1,
"IsRentPaid": true,
"FinancialYear": 1,
"RentPaidMonth": "sample string 2",
"Amount": 1.0,
"IsRentSlipAttach": true,
"RentSlipAttach": "sample string 3",
"ImageFileRentSlip": null,
"IsActive": true,
"DisplayOrder": 1,
"CreatedBy": 1,
"CreatedDate": "2026-01-07T07:14:42.1126931+05:30",
"ModifyBy": 1,
"ModifyDate": "2026-01-07T07:14:42.1126931+05:30",
"IpAddress": "sample string 4",
"LocalIpAddress": "sample string 5",
"DbUserAccount": "sample string 6",
"RequestType": 0,
"OwnerPanCard": "sample string 7",
"OwnerPanCardAttach": "sample string 8",
"ImageFileOwnerPanCard": null
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.