POST api/Hiring/GetHiringReportWithDetail
Request Information
URI Parameters
None.
Body Parameters
HiringReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerId | integer |
None. |
|
| AscId | integer |
None. |
|
| DirectorId | integer |
None. |
|
| OfficeId | integer |
None. |
|
| TerritoryId | integer |
None. |
|
| RoleType | string |
None. |
|
| AssociateId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| ReportDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"AscId": 2,
"DirectorId": 3,
"OfficeId": 4,
"TerritoryId": 5,
"RoleType": "sample string 6",
"AssociateId": 7,
"AssociateContractId": 8,
"ReportDate": "2026-02-03T18:29:27.6281532-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of HiringReportV2DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RefId | integer |
None. |
|
| RoleInfo | string |
None. |
|
| IsLeafNode | boolean |
None. |
|
| SecondInterviewSchAgg | integer |
None. |
|
| SecondInterviewConAgg | integer |
None. |
|
| GroupInterviewSchAgg | integer |
None. |
|
| GroupInterviewConAgg | integer |
None. |
|
| FourthInterviewSchAgg | integer |
None. |
|
| FourthInterviewConAgg | integer |
None. |
|
| FifthInterviewSchAgg | integer |
None. |
|
| FifthInterviewConAgg | integer |
None. |
|
| RegCandidatesAgg | integer |
None. |
|
| AttBeginOverviewAgg | integer |
None. |
|
| AttEndOverviewAgg | integer |
None. |
|
| QuestionReceivedAgg | integer |
None. |
|
| Hired | integer |
None. |
|
| PersonalRecruits | integer |
None. |
|
| Name | string |
None. |
|
| ContractCode | string |
None. |
|
| OfficeName | string |
None. |
|
| TerritoryName | string |
None. |
|
| IsParentRecordTotal | boolean |
None. |
|
| HideLSR | boolean |
None. |
|
| hiredList | Collection of HiredCandidateDTO |
None. |
|
| DisplayName | string |
None. |
|
| personalRecruitList | Collection of HiredCandidateDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefId": 1,
"RoleInfo": "sample string 1",
"IsLeafNode": true,
"SecondInterviewSchAgg": 3,
"SecondInterviewConAgg": 4,
"GroupInterviewSchAgg": 5,
"GroupInterviewConAgg": 6,
"FourthInterviewSchAgg": 7,
"FourthInterviewConAgg": 8,
"FifthInterviewSchAgg": 9,
"FifthInterviewConAgg": 10,
"RegCandidatesAgg": 11,
"AttBeginOverviewAgg": 12,
"AttEndOverviewAgg": 13,
"QuestionReceivedAgg": 14,
"Hired": 15,
"PersonalRecruits": 16,
"Name": "sample string 17",
"ContractCode": "sample string 18",
"OfficeName": "sample string 19",
"TerritoryName": "sample string 20",
"DisplayName": "sample string 17 - (sample string 18)",
"IsParentRecordTotal": true,
"HideLSR": true,
"hiredList": [
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
}
],
"personalRecruitList": [
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
}
]
},
{
"RefId": 1,
"RoleInfo": "sample string 1",
"IsLeafNode": true,
"SecondInterviewSchAgg": 3,
"SecondInterviewConAgg": 4,
"GroupInterviewSchAgg": 5,
"GroupInterviewConAgg": 6,
"FourthInterviewSchAgg": 7,
"FourthInterviewConAgg": 8,
"FifthInterviewSchAgg": 9,
"FifthInterviewConAgg": 10,
"RegCandidatesAgg": 11,
"AttBeginOverviewAgg": 12,
"AttEndOverviewAgg": 13,
"QuestionReceivedAgg": 14,
"Hired": 15,
"PersonalRecruits": 16,
"Name": "sample string 17",
"ContractCode": "sample string 18",
"OfficeName": "sample string 19",
"TerritoryName": "sample string 20",
"DisplayName": "sample string 17 - (sample string 18)",
"IsParentRecordTotal": true,
"HideLSR": true,
"hiredList": [
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
}
],
"personalRecruitList": [
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"CandidateId": 3,
"CandidateTransactionId": 1,
"ChangedAssistantManagerId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:29:27.6281532-08:00",
"CreatedDateString": "sample string 4",
"CityId": 1,
"CreatedAssistantManagerId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-02-03T18:29:27.6281532-08:00",
"DateOfBirth": "2026-02-03T18:29:27.6281532-08:00",
"Disabled": true,
"FirstName": "sample string 5",
"GenderId": 1,
"HiredByAssociateId": 1,
"HiredByContractId": 1,
"HiredByOfficeId": 1,
"HiredCandidateUserId": 1,
"HiredUnderContractId": 1,
"HiredUnderOfficeId": 1,
"HireType": 1,
"HomePhone": "sample string 6",
"LastName": "sample string 7",
"MiddleInitial": "sample string 8",
"MobilePhone": "sample string 9",
"PrimaryEmail": "sample string 10",
"ZipCode": "sample string 11"
}
]
}
]