POST api/Mapping/RolePerformanceQuestionMapping

Request Information

URI Parameters

None.

Body Parameters

RolePerformanceQuestionMappingViewModel
NameDescriptionTypeAdditional information
RolePerformanceQuestionId

integer

None.

RoleId

integer

None.

RoleName

string

None.

PerformanceQuestionDetailsId

integer

None.

SectionCategory

string

None.

PerformanceQuestionType

string

None.

PerformanceQuestionName

string

None.

PerformanceHeaderId

integer

None.

PerformanceHeaderType

string

None.

IsActive

boolean

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.

lstPerformanceQuestionName

Collection of string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "RolePerformanceQuestionId": 1,
  "RoleId": 2,
  "RoleName": "sample string 3",
  "PerformanceQuestionDetailsId": 4,
  "SectionCategory": "sample string 5",
  "PerformanceQuestionType": "sample string 6",
  "PerformanceQuestionName": "sample string 7",
  "PerformanceHeaderId": 1,
  "PerformanceHeaderType": "sample string 8",
  "IsActive": true,
  "CreatedDate": "2026-01-08T16:00:59.568588+05:30",
  "CreatedBy": 11,
  "CreatedByName": "sample string 12",
  "ModifyDate": "2026-01-08T16:00:59.568588+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 13",
  "IpAddress": "sample string 14",
  "LocalIpAddress": "sample string 15",
  "DbUserAccount": "sample string 16",
  "lstPerformanceQuestionName": [
    "sample string 1",
    "sample string 2"
  ],
  "RequestType": 0
}

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.