POST api/clients/vacancies/{vacancyUId}/invite
Send offer to candidates
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vacancyUId |
The id of the vacancy that will be sent |
string |
Required |
Body Parameters
List of candidate id
OfferInviteViewModelName | Description | Type | Additional information |
---|---|---|---|
Users | Collection of UserInviteViewModel |
None. |
|
Days | integer |
None. |
|
Hours | integer |
None. |
|
Minutes | integer |
None. |
|
JobUId | string |
None. |
|
InviteSource | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Users": [ { "UserId": "sample string 1", "CandidateId": "sample string 2", "DailyRate": 1.0, "HalfDayRate": 1.0, "HourlyRate": 1.0, "PayAdjust": 1.0, "MatchedProfileId": 3, "LoginDayOffset": 1, "PhoneNumber": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "BookerId": "sample string 7" }, { "UserId": "sample string 1", "CandidateId": "sample string 2", "DailyRate": 1.0, "HalfDayRate": 1.0, "HourlyRate": 1.0, "PayAdjust": 1.0, "MatchedProfileId": 3, "LoginDayOffset": 1, "PhoneNumber": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "BookerId": "sample string 7" } ], "Days": 1, "Hours": 2, "Minutes": 3, "JobUId": "sample string 4", "InviteSource": "sample string 5" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.