PUT {bucket}/brand/restore

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

Required

Body Parameters

BrandModel
NameDescriptionTypeAdditional information
Name

string

None.

Siret

string

None.

Logo

string

None.

Description

string

None.

Enabled

boolean

None.

WebSiteUrl

string

None.

ListNafId

unsigned integer

None.

ListRecruiterTypeId

unsigned integer

None.

CompanyId

unsigned integer

None.

SpontaneousCandidacyMail

string

None.

SpontaneousCandidacyUrl

string

None.

RecruitmentStepMails

Collection of RecruitmentStepMailModel

None.

Default

boolean

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:
{
  "Name": "sample string 1",
  "Siret": "sample string 2",
  "Logo": "sample string 3",
  "Description": "sample string 4",
  "Enabled": true,
  "WebSiteUrl": "sample string 5",
  "ListNafId": 1,
  "ListRecruiterTypeId": 1,
  "CompanyId": 1,
  "SpontaneousCandidacyMail": "sample string 6",
  "SpontaneousCandidacyUrl": "sample string 7",
  "RecruitmentStepMails": [
    {
      "RecruitmentStepId": 1,
      "MailTemplateId": 1
    },
    {
      "RecruitmentStepId": 1,
      "MailTemplateId": 1
    }
  ],
  "Default": true,
  "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-01-10T23:56:02.7548929+01:00",
  "Updated": "2025-01-10T23:56:02.7558919+01:00",
  "Archived": "2025-01-10T23:56:02.7558919+01:00",
  "CreatedBy": "sample string 9",
  "UpdatedBy": "sample string 10",
  "ArchivedBy": "sample string 11",
  "Version": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.