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: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/action/CreateBid
Delete one seller negotiation bid
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}
Disqualify a seller negotiation bid
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/DisqualifyBid
Get all seller negotiation bids
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids
Get all seller negotiation bids
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}
Get one seller negotiation bid
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}
Lock a draft seller negotiation bid
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/LockDraftBid
Submit a seller negotiation bid
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/SubmitBid
Unlock a draft seller negotiation bid
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiationBids/{BidNumber}/action/UnlockDraftBid