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.
| NR | Process step | API call / scenario |
|---|---|---|
| 1 A | Returns a supply request based on an ID. | GetSupplyRequestById |
| 1 B | Returns the maximum sequence number found in supply requests. | GetSupplyRequestsMaxSequence |
| 1 B | Returns 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.
| NR | Process step | API call / scenario |
|---|---|---|
| 1 | Accept the supply request. | SetSupplyRequestLineAccepted |
| 2 | The supply request receives the status "Accepted". | |
| 3 | Supply 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.
| NR | Process step | API call / scenario |
|---|---|---|
| 1 | Reject the supply request. | SetSupplyRequestLineRejected |
| 2 | The supply request receives the status "Rejected". |
Updated 5 months ago
