latestOpenAPI 3.1.0MIT2026-08-102135157.7 KB

fcc788f31a0a

brands

Uploads an attachment to be linked to a brand. The attachment will be automatically assigned to the new Brand Orders when needed.

Upload an attachment to be linked to a brand.

post/v1/projects/{projectId}/us/brands/{brandId}/attachments

Path parameters

projectIdstring required
Example:eeew32344324edewe2e3

Customer's project id

brandIdstring required

Customer's brand id

Response

Attachment uploaded successfully.

attachmentIdstring

Unique identifier of the attachment.

fileNamestring

Human readable name of the attachment.

attachmentType'COMPANY_BANNER' | 'COMPANY_LOGO'

Attachment type

mimeTypestring

MIME type of the attachment file.

uploadStatus'COMPLETED' | 'WAITING' | 'FAILED'

Status of the file uploaded

createTimestring date-time

Create time of the request. ISO date time format in UTC.

updateTimestring date-time

Update time of the request. ISO date time format in UTC.

Example response

{
  "attachmentId": "d1c7ccbf-919d-462f-8587-dec95a1b11ee",
  "fileName": "sender_id_registration_form.docx",
  "attachmentType": "COMPANY_BANNER",
  "mimeType": "application/pdf",
  "uploadStatus": "COMPLETED",
  "createTime": "2021-11-03T14:30:03Z",
  "updateTime": "2021-11-03T14:30:03Z"
}