GuidesChangelog
HomeLog In

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.


NRProcess stepAPI call / scenario
1 AReturns a packing configuration request based on an ID.GetPackingConfigurationRequestById
1 BReturns the maximum sequence number found in packing configuration requests.GetPackingConfigurationRequestsMaxSequence
1 BReturns 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.


NRProcess stepAPI call / scenario
1Accept the packing configuration request.SetPackingConfigurationRequestAccepted
2The packing configuration request receives the status "Accepted".
3The 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.


NRProcess stepAPI call / scenario
1Reject the packing configuration requestSetPackingConfigurationRequestRejected
2The packing configuration request receives the status "Rejected".