Customer stickers
Supported stickers scenarios
- Receiving stickers
- Creating stickers
- Deleting stickers
For the business rules concerning stickers, please read Customer stickers.
Receiving stickers
Purpose:
Receive stickers from Floriday.
NR | Process step | API call / scenario |
---|---|---|
1 | Returns sticker with a delivery date time in the given time frame for the specified supplier. | GetStickers |
2 | Returns the sticker by ID as PDF file. | GetStickerAsPdfById |
3 | Returns sticker for the specified sales order. | GetStickersBySalesOrderId |
4 | Returns the maximum sequence number found in stickers. | GetStickersMaxSequence |
5 | Returns a list of max 1000 connections starting from a specified sequence number. | GetStickersBySequenceNumber |
Creating stickers
Purpose:
Adding customer stickers to Floriday for supplier.
Prerequisites:
- 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. | AddSticker |
2 | Creates a new sticker for a specific source. | AddStickerFromSource |
Deleting stickers
Purpose:
Deleting sticker information 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. | DeleteStickers |
Updated 6 months ago