POST api/clients/GetCandidateDetailsForBooking?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
None. |
Body Parameters
CandidateDetailsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CandidateIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CandidateIds": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.