POST api/Candidate/GetListofAssignedCandidateByManger

Request Information

URI Parameters

None.

Body Parameters

SearchCandidateDistributeDetailDTO
NameDescriptionTypeAdditional information
OfficeIds

string

None.

StateId

integer

None.

LocationContextCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OfficeIds": "sample string 1",
  "StateId": 2,
  "LocationContextCode": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of CandiadteDistributionDetailDTO
NameDescriptionTypeAdditional information
CandidateId

integer

None.

AssociateId

integer

None.

AssociateName

string

None.

UserStatus

integer

None.

EntryDate

date

None.

ZipCode

string

None.

CityName

string

None.

Statecode

string

None.

StatusId

integer

None.

OfficeId

integer

None.

InterviewStatusId

integer

None.

LastEventId

integer

None.

AssociateContractId

integer

None.

BusinessAssociateCode

string

None.

ResumeType

string

None.

ShortZip

string

None.

CandidateSourceId

integer

None.

CandidateSource

string

None.

IsPro

boolean

None.

IsPositiveResponse

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CandidateId": 1,
    "AssociateId": 1,
    "AssociateName": "sample string 1",
    "UserStatus": 1,
    "EntryDate": "2025-10-14T00:42:30.3892802-07:00",
    "ZipCode": "sample string 2",
    "CityName": "sample string 3",
    "Statecode": "sample string 4",
    "StatusId": 1,
    "OfficeId": 5,
    "InterviewStatusId": 1,
    "LastEventId": 1,
    "AssociateContractId": 1,
    "BusinessAssociateCode": "sample string 6",
    "ResumeType": "sample string 7",
    "ShortZip": "sample string 8",
    "CandidateSourceId": 1,
    "CandidateSource": "sample string 9",
    "IsPro": true,
    "IsPositiveResponse": true
  },
  {
    "CandidateId": 1,
    "AssociateId": 1,
    "AssociateName": "sample string 1",
    "UserStatus": 1,
    "EntryDate": "2025-10-14T00:42:30.3892802-07:00",
    "ZipCode": "sample string 2",
    "CityName": "sample string 3",
    "Statecode": "sample string 4",
    "StatusId": 1,
    "OfficeId": 5,
    "InterviewStatusId": 1,
    "LastEventId": 1,
    "AssociateContractId": 1,
    "BusinessAssociateCode": "sample string 6",
    "ResumeType": "sample string 7",
    "ShortZip": "sample string 8",
    "CandidateSourceId": 1,
    "CandidateSource": "sample string 9",
    "IsPro": true,
    "IsPositiveResponse": true
  }
]