- Subcategories:
- Attachments
- Large Object (LOB) Attributes - InstructionText
- Seller Negotiation Bid Lines
Seller Negotiation Bids REST Endpoints
Seller Negotiation Bids
Details regarding bids made by participants in forward auctions, including offered prices, bid status, and bidder information. This information enhances transparency into competitive bids for items involved in seller negotiations and supports decision-making during the award process. Access to this resource is linked to a feature that requires users to opt in.
- Create or revise a seller negotiation bid
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/action/CreateBid - Delete one seller negotiation bid
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber} - Disqualify a seller negotiation bid
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/DisqualifyBid - Get all seller negotiation bids
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids - Get all seller negotiation bids
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber} - Get one seller negotiation bid
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber} - Lock a draft seller negotiation bid
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/LockDraftBid - Submit a seller negotiation bid
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/SubmitBid - Unlock a draft seller negotiation bid
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/UnlockDraftBid