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.
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"
}