POST api/CandidateV2/GetHighestContractByAssociateIds

Request Information

URI Parameters

None.

Body Parameters

SearchHighestContract
NameDescriptionTypeAdditional information
AssociateIds

Collection of integer

None.

LocationContextCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AssociateIds": [
    1,
    1
  ],
  "LocationContextCode": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AssociateHighestContract
NameDescriptionTypeAdditional information
AssociateId

integer

None.

ContractTypeId

integer

None.

AssociateContractId

integer

None.

LocationContextCode

string

None.

ContractType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AssociateId": 1,
    "ContractTypeId": 1,
    "AssociateContractId": 2,
    "LocationContextCode": "sample string 3",
    "ContractType": ""
  },
  {
    "AssociateId": 1,
    "ContractTypeId": 1,
    "AssociateContractId": 2,
    "LocationContextCode": "sample string 3",
    "ContractType": ""
  }
]