Packing configuration requests
Supported packing configuration requests scenarios
- Receiving packing configuration requests
- Accepting packing configuration requests
- Rejecting packing configuration requests
For the business rules concerning supply requests, please read Packing configuration request.
Receiving packing configuration requests
Purpose:
Receiving packing configuration requests which are placed by buyers in order to accept or reject them.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 A | Returns a packing configuration request based on an ID. | GetPackingConfigurationRequestById | 
| 1 B | Returns the maximum sequence number found in packing configuration requests. | GetPackingConfigurationRequestsMaxSequence | 
| 1 B | Returns a list of max 1000 packing configuration requests starting from a specified sequence number. | GetPackingConfigurationRequestsBySequenceNumber | 
Accepting packing configuration requests
Purpose:
Accepting packing configuration request because the grower wants to add the requested packing configuration to Floriday.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Accept the packing configuration request. | SetPackingConfigurationRequestAccepted | 
| 2 | The packing configuration request receives the status "Accepted". | |
| 3 | The new packing configuration will be added to Floriday. | 
Rejecting packing configuration requests
Purpose:
Rejecting packing configuration request because grower does not want to add the requested packing configuration to Floriday.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Reject the packing configuration request | SetPackingConfigurationRequestRejected | 
| 2 | The packing configuration request receives the status "Rejected". | 
Updated 6 months ago
