POST api/FeedbackMaster/QuestionnaireMaster

Request Information

URI Parameters

None.

Body Parameters

QuestionnaireViewModel
NameDescriptionTypeAdditional information
QuestionnaireId

integer

None.

ClientId

integer

None.

ClientName

string

None.

CategoryTypeId

integer

None.

CategoryType

string

None.

DepartmentId

integer

None.

ListDepartmentId

Collection of integer

None.

Department

string

None.

QuestionName

string

None.

QuestionCode

string

None.

MandatoryTypeId

integer

None.

MandatoryType

string

None.

AnswerTypeId

integer

None.

AnswerType

string

None.

MinLength

integer

None.

MaxLength

integer

None.

IsManagerView

boolean

None.

IsHrView

boolean

None.

IsEmployeeView

boolean

None.

IsManagerEdit

boolean

None.

IsHrEdit

boolean

None.

IsEmployeeEdit

boolean

None.

IsReRoute

boolean

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.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestionnaireId": 1,
  "ClientId": 2,
  "ClientName": "sample string 3",
  "CategoryTypeId": 1,
  "CategoryType": "sample string 4",
  "DepartmentId": 1,
  "ListDepartmentId": [
    1,
    2
  ],
  "Department": "sample string 5",
  "QuestionName": "sample string 6",
  "QuestionCode": "sample string 7",
  "MandatoryTypeId": 1,
  "MandatoryType": "sample string 8",
  "AnswerTypeId": 1,
  "AnswerType": "sample string 9",
  "MinLength": 10,
  "MaxLength": 11,
  "IsManagerView": true,
  "IsHrView": true,
  "IsEmployeeView": true,
  "IsManagerEdit": true,
  "IsHrEdit": true,
  "IsEmployeeEdit": true,
  "IsReRoute": true,
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:13:38.4868263+05:30",
  "CreatedBy": 1,
  "CreatedByName": "sample string 20",
  "ModifyDate": "2026-01-07T07:13:38.4868263+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 21",
  "IpAddress": "sample string 22",
  "LocalIpAddress": "sample string 23",
  "DbUserAccount": "sample string 24",
  "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.