Customer stickers
Supported stickers scenarios
- Receiving stickers
- Creating stickers
- Deleting stickers
For the business rules concerning stickers, please read Stickers via Floriday.
Receiving customer stickers
Purpose:
Receive stickers from Floriday.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Returns the sticker by ID as PDF file. | GetCustomerStickerAsPdfById | 
| 2 | Returns the maximum sequence number found in stickers. | GetCustomerStickersMaxSequence | 
| 3 | Returns a list of max 1000 connections starting from a specified sequence number. | GetStickersBySequenceNumber | 
Adding customer stickers
Purpose:
Adding customer stickers to Floriday for supplier.
Prerequisites:
- A customer sticker object linked to an additionalServiceId is required to add customer stickers, see Stickers via Floriday;
- Quantity must equal the number of pages in the PDF or the number of times you want the page duplicated in case of UploadLayout.SINGLE.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Creates a new sticker. | AddCustomerStickerInformation | 
Deleting stickers
Purpose:
Deleting customer sticker, customer sticker information and additional service linked to sales order and customer sticker object from Floriday.
Prerequisites:
- StickerID has to be known in Floriday.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Sets the sticker as deleted and deletes the PDF document from the server by StickerId. | DeleteAdditionalStickerService | 
Updated 6 months ago
