replace one brand which exists or not
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Schema
identifier
- uuid
- required
- brand unique identifier
- uuid
name
- string
- required
- string
companyUuid
- uuid
logoUrl
- uri
websiteUrl
- uri
colors
- object
- colorsobject
- object
welcomeContent
- object
- welcomeContentobject
- object
helpContent
- object
- helpContentobject
- object
onboardingContent
- object
- onboardingContentobject
- object
invitationMessage
- object
- invitationMessageobject
- object
emailTemplateUuid
- uuid | null
hireBrandId
- uuid
originSystem
- string
- The system that last updated this brand (hire or wx)
- string
originUpdatedAt
- date-time
- When the brand was last updated in the origin system
- date-time
Responses
``202 brand replaced. Wrapped in a JsonAPI root response.
``500 default error response
curl --request PUT \
--url https://services.fountain.com/api/serviceorganizations/brands/identifier \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It!
To start a request and see the response here! Or choose an example:
- application/json
202500