PUT api/EmployeeTransaction/PerformanceQuestionDetails
Request Information
URI Parameters
None.
Body Parameters
PerformanceQuestionDetailsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PerformanceQuestionDetailsId | integer |
None. |
|
| PerformanceHeaderId | integer |
None. |
|
| ClientId | integer |
None. |
|
| ClientName | string |
None. |
|
| PerformanceHeaderType | string |
None. |
|
| PerformanceQuestionSectionCategory | string |
None. |
|
| PerformanceQuestionType | string |
None. |
|
| PerformanceQuestionDescription | string |
None. |
|
| Name | string |
None. |
|
| SectionCategory | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDefaultView | boolean |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyByName | string |
None. |
|
| DbUserAccount | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| IpAddress | string |
None. |
|
| ModifyBy | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| Type | string |
None. |
|
| Description | string |
None. |
|
| CreatedDate | date |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"PerformanceQuestionDetailsId": 1,
"PerformanceHeaderId": 2,
"ClientId": 3,
"ClientName": "sample string 4",
"PerformanceHeaderType": "sample string 5",
"PerformanceQuestionSectionCategory": "sample string 6",
"PerformanceQuestionType": "sample string 7",
"PerformanceQuestionDescription": "sample string 8",
"Name": "sample string 9",
"SectionCategory": "sample string 10",
"IsActive": true,
"IsDefaultView": true,
"CreatedByName": "sample string 13",
"ModifyByName": "sample string 14",
"DbUserAccount": "sample string 15",
"LocalIpAddress": "sample string 16",
"IpAddress": "sample string 17",
"ModifyBy": 18,
"CreatedBy": 19,
"DisplayOrder": 20,
"Type": "sample string 21",
"Description": "sample string 22",
"CreatedDate": "2026-01-07T07:13:07.1660864+05:30",
"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.