POST api/EmployeeTransaction/EmployeeInvestmentDetail/GetSpEmployeeInvestmentDetailsReportData

Request Information

URI Parameters

None.

Body Parameters

EmployeeInvestmentReportViewModel
NameDescriptionTypeAdditional information
EmployeeInvestmentDetailId

integer

None.

EmployeeId

integer

None.

InvestmentCategoryId

integer

None.

CategoryAmount

decimal number

None.

Remarks

string

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.

InvestmentCategoryName

string

None.

InvestmentCategoryDescription

string

None.

InvestmentCategoryDescription1

string

None.

InvestmentCategoryDescription2

string

None.

InvestmentSectionName

string

None.

InvestmentSectionDescription

string

None.

ClientId

integer

None.

EmployeeStatusId

integer

None.

ClientName

string

None.

EmployeeName

string

None.

EmployeeCode

string

None.

EmployeeIdsParam

string

None.

EmployeeIds

string

None.

ClientIdParam

string

None.

EmployeeStatusIdParam

string

None.

DisplayCreatedDate

string

None.

DisplayModifyDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeInvestmentDetailId": 1,
  "EmployeeId": 1,
  "InvestmentCategoryId": 1,
  "CategoryAmount": 1.0,
  "Remarks": "sample string 2",
  "IsActive": true,
  "CreatedBy": 1,
  "CreatedDate": "2026-01-07T07:16:43.1339747+05:30",
  "ModifyBy": 1,
  "ModifyDate": "2026-01-07T07:16:43.1339747+05:30",
  "IpAddress": "sample string 3",
  "LocalIpAddress": "sample string 4",
  "DbUserAccount": "sample string 5",
  "InvestmentCategoryName": "sample string 6",
  "InvestmentCategoryDescription": "sample string 7",
  "InvestmentCategoryDescription1": "sample string 8",
  "InvestmentCategoryDescription2": "sample string 9",
  "InvestmentSectionName": "sample string 10",
  "InvestmentSectionDescription": "sample string 11",
  "ClientId": 12,
  "EmployeeStatusId": 13,
  "ClientName": "sample string 14",
  "EmployeeName": "sample string 15",
  "EmployeeCode": "sample string 16",
  "EmployeeIdsParam": "sample string 17",
  "EmployeeIds": "sample string 18",
  "ClientIdParam": "sample string 19",
  "EmployeeStatusIdParam": "sample string 20",
  "DisplayCreatedDate": "sample string 21",
  "DisplayModifyDate": "sample string 22"
}

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.