PUT api/EmployeeMaster/InvestmentProofTypeMasterTranslation
Request Information
URI Parameters
None.
Body Parameters
InvestmentProofTypeTranslationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InvestmentProofTypeTranslationId | integer |
None. |
|
| InvestmentProofTypeId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyByName | string |
None. |
|
| IpAddress | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| InvestmentProofTypeTranslationName | string |
None. |
|
| InvestmentProofTypeTranslationDescription | string |
None. |
|
| InvestmentProofTypeName | string |
None. |
|
| LanguageName | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvestmentProofTypeTranslationId": 1,
"InvestmentProofTypeId": 1,
"LanguageId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"CreatedDate": "2026-01-07T07:15:52.3950623+05:30",
"CreatedBy": 1,
"CreatedByName": "sample string 4",
"ModifyDate": "2026-01-07T07:15:52.3950623+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 5",
"IpAddress": "sample string 6",
"LocalIpAddress": "sample string 7",
"DbUserAccount": "sample string 8",
"InvestmentProofTypeTranslationName": "sample string 9",
"InvestmentProofTypeTranslationDescription": "sample string 10",
"InvestmentProofTypeName": "sample string 11",
"LanguageName": "sample string 12",
"RequestType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.