PUT api/EmployeeTransaction/EmployeeInvestmentDetail
Request Information
URI Parameters
None.
Body Parameters
EmployeeInvestmentViewModel| Name | Description | Type | Additional 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. |
|
| RequestType | RequestTypeEnum |
None. |
|
| HistoryCreatedDate | date |
None. |
|
| HistoryCreatedBy | integer |
None. |
|
| HistoryIpAddress | string |
None. |
|
| EntryType | string |
None. |
|
| LstEmployeeInvestmentDetailsIds | Collection of EmployeeInvestmentViewModel |
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-02-27T16:47:04.6509364+05:30",
"ModifyBy": 1,
"ModifyDate": "2026-02-27T16:47:04.6509364+05:30",
"IpAddress": "sample string 3",
"LocalIpAddress": "sample string 4",
"DbUserAccount": "sample string 5",
"RequestType": 0,
"HistoryCreatedDate": "2026-02-27T16:47:04.6509364+05:30",
"HistoryCreatedBy": 1,
"HistoryIpAddress": "sample string 6",
"EntryType": "sample string 7",
"LstEmployeeInvestmentDetailsIds": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.