GuidesChangelog
HomeLog In

Supply requests

Supported supply requests scenarios

  • Receiving supply requests
  • Accepting supply requests
  • Rejecting supply requests

For the business rules concerning supply requests, please read Supply request.



Receiving supply requests

Purpose:
Receiving supply requests which are created by the customer on the Floriday platform.


NRProcess stepAPI call / scenario
1 AReturns a supply request based on an ID.GetSupplyRequestById
1 BReturns the maximum sequence number found in supply requests.GetSupplyRequestsMaxSequence
1 BReturns a list of max 1000 supply requests starting from a specified sequence number.GetSupplyRequestsBySequenceNumber


Accepting Supply requests

Purpose:
Accepting supply requests which are created by the customer on the Floriday platform.


NRProcess stepAPI call / scenario
1Accept the supply request.SetSupplyRequestLineAccepted
2The supply request receives the status "Accepted".
3Supply is added to Floriday with the type "CustomerOffer".


Rejecting Supply requests

Purpose:
Rejecting supply requests which are created by the customer on the Floriday platform.


NRProcess stepAPI call / scenario
1Reject the supply request.SetSupplyRequestLineRejected
2The supply request receives the status "Rejected".