POST Middleware/Services/HODDashboard/Post
Request Information
URI Parameters
None.
Body Parameters
HODDashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| OfferBudgetApprovalPending | OfferBudgetApprovalPendingHOD |
None. |
|
| Requisition | RequisitionHOD |
None. |
|
| ShortlistAnalysis | ShortlistAnalysisHOD |
None. |
|
| InterviewSchedule | InterviewScheduleHOD |
None. |
|
| InterviewFeedback | InterviewFeedbackHOD |
None. |
|
| OfferLetter | OfferLetterHOD |
None. |
|
| JoiningrAnalysis | JoiningrAnalysisHOD |
None. |
|
| EMSAnalysis | EMSAnalysisHOD |
None. |
|
| Resignation | ResignationHOD |
None. |
|
| ActiveHeadcountDetails | ActiveHeadcountDetailsHOD |
None. |
|
| Id | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OfferBudgetApprovalPending": {
"Approved": 1,
"Reject": 2,
"Pending": 3
},
"Requisition": {
"Raised": 1,
"Pending": 2,
"Closed": 3,
"Opened": 4
},
"ShortlistAnalysis": {
"Approved": 1,
"Pending": 2,
"Reject": 3
},
"InterviewSchedule": {
"Today": 1,
"ThisWeek": 2,
"ThisMonth": 3
},
"InterviewFeedback": {
"Pending": 1,
"Completed": 2
},
"OfferLetter": {
"ApprovalPending": 1,
"Approved": 2,
"IssuancePending": 3
},
"JoiningrAnalysis": {
"Todays": 1,
"ThisWeek": 2,
"ThisMonth": 3
},
"EMSAnalysis": {
"Total": 1,
"Active": 2,
"Male": 3,
"Female": 4
},
"Resignation": {
"Thisweek": 1,
"ThisMonth": 2,
"LastMonth": 3
},
"ActiveHeadcountDetails": {
"Active": 1,
"Male": 2,
"Female": 3
},
"Id": "sample string 1",
"Name": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.