Media
Target audience
- Customer organizations;
- Supplier organizations.
Purpose
- Enables use of image media in all Floriday domains.
Brief
Media that can be upload and retrieved to and from Floriday.
Guidance
Image Media
- Suppliers and customers use Floriday image media for trade-items, base-items, batch photos, custom packages, profiles, logos, etc.
- Customers use Floriday image media for profiles, logos, etc.
- Supplier ERP can add image media in Floriday using a mediaID.
- Supplier and Customer ERP can get image media by using a Floriday image media URL
- For staging: https://api.staging.floriday.io/images/{mediaID}.{media {media type extension}
- For live: https://api.floriday.io/images/{mediaID}. {media type extension}
- Supplier ERP can add image media to and get image media from trade-items or batches using a Floriday media URL.
Floriday image media rules
-Min. resolution: 640x640
-Max. size: 5MB
-Media type extension:
.jpg or .jpeg (image/jpeg)
.png (image/png)
Rescaling Floriday images
To reduce image file size, you may rescale images by adding the
width
and/orheight
parameter to the image URL. We recommend using either width or height, as using just one will automatically rescale the image proportionally.Alternatively, you may use both width and height. In that case, we recommend using the
crop
parameter as well.Available crop types are: Crop, Fill, Fit, Pad & Scale (default).
Document Media
- Suppliers and Customers can upload document media for contract attachments via the front end of Floriday when creating a contract.
- This media will be referred to as Attachments.
Floriday document media rules
-Media type:
.pdf (application/pdf)
.doc (application/msword)
.docx (application/vnd.openxmlformats-officedocument.wordprocessingml.document)
.xls (application/vnd.ms-excel)
.xlsx (application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
.csv (text/csv)
.jpg or .jpeg (image/jpeg)
.png (image/png)
Implementation model
Interaction model
Additional:
- Sales channels and service providers can access Media.
Updated 7 months ago