---
title: "replace many brands which exists or not"
method: PUT
path: "/api/serviceorganizations/brands"
tags: ["brands"]
---

# replace many brands which exists or not

`PUT /api/serviceorganizations/brands`

Replace many brands which exists or not

## Request body

- Brand[]
  - `uuid` string, uuid
  - `createdAt` string, date-time
  - `createdBy` string, uuid
  - `lastUpdatedAt` string, date-time
  - `lastUpdatedBy` string, uuid
  - `lastUpdatedByAudience` string
  - `lastUpdatedByAudienceUuid` string, uuid
  - `lastUpdatedByImpersonatedBy` string, uuid
  - `lastUpdatedByCompanyUuid` string, uuid
  - `lastUpdatedByEnterpriseUuid` string, uuid
  - `name` string, required
  - `companyUuid` string, uuid
  - `logoUrl` string, uri
  - `websiteUrl` string, uri
  - `colors` object
    - `primary` string
    - `secondary` string
  - `welcomeContent` object
    - `message` string
  - `helpContent` object
    - `message` string
  - `onboardingContent` object
    - `message` string
  - `invitationMessage` object
    - `invitationEmailEnabled` boolean
    - `invitationSmsEnabled` boolean
    - `email` object
      - `subject` string, required
      - `content` string, required
    - `sms` object
      - `content` string, required
  - `emailTemplateUuid` string, uuid, nullable
  - `hireBrandId` string, uuid
  - `originSystem` string — The system that last updated this brand (hire or wx)
  - `originUpdatedAt` string, date-time — When the brand was last updated in the origin system

## Response `202`

brands replaced. Wrapped in a JsonAPI root response.

- object
  - `data` Brand[]
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `name` string, required
    - `companyUuid` string, uuid
    - `logoUrl` string, uri
    - `websiteUrl` string, uri
    - `colors` object
      - `primary` string
      - `secondary` string
    - `welcomeContent` object
      - `message` string
    - `helpContent` object
      - `message` string
    - `onboardingContent` object
      - `message` string
    - `invitationMessage` object
      - `invitationEmailEnabled` boolean
      - `invitationSmsEnabled` boolean
      - `email` object
        - `subject` string, required
        - `content` string, required
      - `sms` object
        - `content` string, required
    - `emailTemplateUuid` string, uuid, nullable
    - `hireBrandId` string, uuid
    - `originSystem` string — The system that last updated this brand (hire or wx)
    - `originUpdatedAt` string, date-time — When the brand was last updated in the origin system
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
