PUT {bucket}/candidacy/restore
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
Required |
Body Parameters
CandidacyModelName | Description | Type | Additional information |
---|---|---|---|
CvFile | string |
None. |
|
MotivationLetter | string |
None. |
|
ListRecruitmentStepId | unsigned integer |
None. |
|
WebServicePostingId | unsigned integer |
None. |
|
CandidateId | unsigned integer |
None. |
|
Score | integer |
None. |
|
MessageBody | string |
None. |
|
Comments | Collection of NoteModel |
None. |
|
Tags | Collection of string |
None. |
|
ExchangeMail | string |
None. |
|
EventInfoList | Collection of EventInfoModel |
None. |
|
Uid | unsigned integer |
None. |
|
Type | string |
None. |
|
Created | date |
None. |
|
Updated | date |
None. |
|
Archived | date |
None. |
|
CreatedBy | string |
None. |
|
UpdatedBy | string |
None. |
|
ArchivedBy | string |
None. |
|
Version | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CvFile": "sample string 1", "MotivationLetter": "sample string 2", "ListRecruitmentStepId": 1, "WebServicePostingId": 1, "CandidateId": 1, "Score": 1, "MessageBody": "sample string 3", "Comments": [ { "Comment": "sample string 1", "CommentedBy": "sample string 2", "Date": "2025-01-10T23:56:05.1456905+01:00" }, { "Comment": "sample string 1", "CommentedBy": "sample string 2", "Date": "2025-01-10T23:56:05.1456905+01:00" } ], "Tags": [ "sample string 1", "sample string 2" ], "ExchangeMail": "sample string 4", "EventInfoList": [ { "ListEventActionId": 1, "ChuckNorrisId": 1, "Response": { "EventId": 1, "ErrorMessage": "sample string 1" } }, { "ListEventActionId": 1, "ChuckNorrisId": 1, "Response": { "EventId": 1, "ErrorMessage": "sample string 1" } } ], "Uid": 1, "Type": "sample string 5", "Created": "2025-01-10T23:56:05.1456905+01:00", "Updated": "2025-01-10T23:56:05.1456905+01:00", "Archived": "2025-01-10T23:56:05.1456905+01:00", "CreatedBy": "sample string 6", "UpdatedBy": "sample string 7", "ArchivedBy": "sample string 8", "Version": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.