POST Middleware/Services/DashboardSettingMaster/Post

Request Information

URI Parameters

None.

Body Parameters

DashboardSettingMaster
NameDescriptionTypeAdditional information
RoleId

string

None.

Recruitment_Budget_Approved

boolean

None.

Recruitment_Budget_Utilised

boolean

None.

Recruitment_Budget_Balance

boolean

None.

Recruitment_Requisition_Pending

boolean

None.

Recruitment_Requisition_Open

boolean

None.

Recruitment_Requisition_Closed

boolean

None.

Recruitment_Requisition_Raised

boolean

None.

Recruitment_Shortlist_Approved

boolean

None.

Recruitment_Shortlist_Pending

boolean

None.

Recruitment_Shortlist_Reject

boolean

None.

Recruitment_InterviewSchedule_Today

boolean

None.

Recruitment_InterviewSchedule_ThisWeek

boolean

None.

Recruitment_InterviewSchedule_ThisMonth

boolean

None.

Recruitment_HRInterviewFeedback_Pending

boolean

None.

Recruitment_HRInterviewFeedback_Completed

boolean

None.

Recruitment_OfferedBudget_Approved

boolean

None.

Recruitment_OfferedBudget_Pending

boolean

None.

Recruitment_OfferedBudget_Reject

boolean

None.

OnboardingP_OfferLetter_ApprovalPending

boolean

None.

OnboardingP_OfferLetter_IssuancePending

boolean

None.

OnboardingP_OfferLetter_Approved

boolean

None.

OnboardingP_Onboarding_Pending

boolean

None.

OnboardingP_Onboarding_InProcess

boolean

None.

OnboardingP_Onboarding_Completed

boolean

None.

OnboardingP_NewJoiner_Todays

boolean

None.

OnboardingP_NewJoiner_ThisWeek

boolean

None.

Onboarding_NewJoiner_ThisMonth

boolean

None.

EMS_HeadCount_Active

boolean

None.

EMS_HeadCount_Male

boolean

None.

EMS_HeadCount_Female

boolean

None.

New_Joiner_and_Separation

boolean

None.

Department_Wise_HeadCount

boolean

None.

Male_Female

boolean

None.

Location_wise_Headcount

boolean

None.

MessageAndSummary

boolean

None.

NotificationPanel

boolean

None.

CreatedOrUpdatedBy

string

None.

CreatedOrUpdatedDate

date

None.

Id

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RoleId": "sample string 1",
  "Recruitment_Budget_Approved": true,
  "Recruitment_Budget_Utilised": true,
  "Recruitment_Budget_Balance": true,
  "Recruitment_Requisition_Pending": true,
  "Recruitment_Requisition_Open": true,
  "Recruitment_Requisition_Closed": true,
  "Recruitment_Requisition_Raised": true,
  "Recruitment_Shortlist_Approved": true,
  "Recruitment_Shortlist_Pending": true,
  "Recruitment_Shortlist_Reject": true,
  "Recruitment_InterviewSchedule_Today": true,
  "Recruitment_InterviewSchedule_ThisWeek": true,
  "Recruitment_InterviewSchedule_ThisMonth": true,
  "Recruitment_HRInterviewFeedback_Pending": true,
  "Recruitment_HRInterviewFeedback_Completed": true,
  "Recruitment_OfferedBudget_Approved": true,
  "Recruitment_OfferedBudget_Pending": true,
  "Recruitment_OfferedBudget_Reject": true,
  "OnboardingP_OfferLetter_ApprovalPending": true,
  "OnboardingP_OfferLetter_IssuancePending": true,
  "OnboardingP_OfferLetter_Approved": true,
  "OnboardingP_Onboarding_Pending": true,
  "OnboardingP_Onboarding_InProcess": true,
  "OnboardingP_Onboarding_Completed": true,
  "OnboardingP_NewJoiner_Todays": true,
  "OnboardingP_NewJoiner_ThisWeek": true,
  "Onboarding_NewJoiner_ThisMonth": true,
  "EMS_HeadCount_Active": true,
  "EMS_HeadCount_Male": true,
  "EMS_HeadCount_Female": true,
  "New_Joiner_and_Separation": true,
  "Department_Wise_HeadCount": true,
  "Male_Female": true,
  "Location_wise_Headcount": true,
  "MessageAndSummary": true,
  "NotificationPanel": true,
  "CreatedOrUpdatedBy": "sample string 38",
  "CreatedOrUpdatedDate": "2025-06-07T18:57:00.9697437+05:30",
  "Id": "sample string 40",
  "Name": "sample string 41"
}

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.