PUT {bucket}/candidate/restore
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucket | string |
Required |
Body Parameters
CandidateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkedInUrl | string |
None. |
|
| TwitterUrl | string |
None. |
|
| Tags | Collection of string |
None. |
|
| ListCivilityId | unsigned integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Avatar | string |
None. |
|
| string |
None. |
||
| PhoneNumber | 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:
{
"LinkedInUrl": "sample string 1",
"TwitterUrl": "sample string 2",
"Tags": [
"sample string 1",
"sample string 2"
],
"ListCivilityId": 1,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Avatar": "sample string 5",
"Email": "sample string 6",
"PhoneNumber": "sample string 7",
"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 8",
"Created": "2025-12-14T20:27:00.7267247+01:00",
"Updated": "2025-12-14T20:27:00.7269178+01:00",
"Archived": "2025-12-14T20:27:00.7269178+01:00",
"CreatedBy": "sample string 9",
"UpdatedBy": "sample string 10",
"ArchivedBy": "sample string 11",
"Version": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.