POST api/EmployeeTransaction/EmployeeTaxCalculator
Request Information
URI Parameters
None.
Body Parameters
EmployeeTaxCalculatorViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeIncomeTaxDetailId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| IncomeTaxSectionId | integer |
None. |
|
| IncomeTaxCategoryId | integer |
None. |
|
| CategoryAmount | decimal number |
None. |
|
| MaxCategoryAmount | decimal number |
None. |
|
| FinalAmount | decimal number |
None. |
|
| FinancialYear | integer |
None. |
|
| RegimeId | integer |
None. |
|
| RegimeName | string |
None. |
|
| Remarks | string |
None. |
|
| IsAttachment | boolean |
None. |
|
| AttachmentName | string |
None. |
|
| CityOfResidenceId | integer |
None. |
|
| DisabilityCategoryId | integer |
None. |
|
| PersonDisabilityId | integer |
None. |
|
| IncomeTaxCategoryTypeId | integer |
None. |
|
| IsActive | boolean |
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. |
|
| HistoryCreatedDate | date |
None. |
|
| HistoryCreatedBy | integer |
None. |
|
| HistoryIpAddress | string |
None. |
|
| EntryType | string |
None. |
|
| ListEmployeeIncomeTaxDetailIds | Collection of EmployeeTaxCalculatorViewModel |
None. |
|
| ImageFileAttachment | HttpPostedFileWrapper |
None. |
|
| ImageFileAttachment1 | HttpPostedFileWrapper |
None. |
|
| ClientCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeIncomeTaxDetailId": 1,
"EmployeeId": 1,
"IncomeTaxSectionId": 1,
"IncomeTaxCategoryId": 1,
"CategoryAmount": 1.0,
"MaxCategoryAmount": 1.0,
"FinalAmount": 1.0,
"FinancialYear": 1,
"RegimeId": 1,
"RegimeName": "sample string 2",
"Remarks": "sample string 3",
"IsAttachment": true,
"AttachmentName": "sample string 4",
"CityOfResidenceId": 1,
"DisabilityCategoryId": 1,
"PersonDisabilityId": 1,
"IncomeTaxCategoryTypeId": 1,
"IsActive": true,
"CreatedBy": 1,
"CreatedDate": "2026-02-27T16:46:07.8581382+05:30",
"ModifyBy": 1,
"ModifyDate": "2026-02-27T16:46:07.8581382+05:30",
"IpAddress": "sample string 5",
"LocalIpAddress": "sample string 6",
"DbUserAccount": "sample string 7",
"RequestType": 0,
"HistoryCreatedDate": "2026-02-27T16:46:07.8581382+05:30",
"HistoryCreatedBy": 1,
"HistoryIpAddress": "sample string 8",
"EntryType": "sample string 9",
"ListEmployeeIncomeTaxDetailIds": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"ImageFileAttachment": null,
"ImageFileAttachment1": null,
"ClientCode": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.