POST api/clients/supply/candidates?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
None. |
Body Parameters
ClientSupplyCandidatesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplyType | SupplyType |
None. |
|
| Filter | SupplyRequestFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplyType": 1,
"Filter": {
"RoleGroup": 1,
"IncludeRecommended": true,
"AvailabilityFrom": "2025-11-06T19:11:50.6383051Z",
"AvailabilityTo": "2025-11-06T19:11:50.6383051Z",
"SelectedTags": [
"sample string 1",
"sample string 2"
],
"OrderBy": 1,
"Page": 4,
"PageLength": 5
}
}
Response Information
Resource Description
ClientSupplyCandidatesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientHasFavourites | boolean |
None. |
|
| RoleGroupSets | Collection of RoleGroupResult |
None. |
|
| Candidates | Collection of SupplyCandidate |
None. |
Response Formats
application/json
Sample:
text/json
Sample: