POST api/clients/supply/candidates?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | string |
None. |
Body Parameters
ClientSupplyCandidatesRequestName | 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-05-06T14:22:35.250101Z", "AvailabilityTo": "2025-05-06T14:22:35.250101Z", "SelectedTags": [ "sample string 1", "sample string 2" ], "OrderBy": 1, "Page": 4, "PageLength": 5 } }
Response Information
Resource Description
ClientSupplyCandidatesResponseName | Description | Type | Additional information |
---|---|---|---|
ClientHasFavourites | boolean |
None. |
|
RoleGroupSets | Collection of RoleGroupResult |
None. |
|
Candidates | Collection of SupplyCandidate |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.