Seller Negotiations REST Endpoints

Seller Negotiations
Information for forward auctions conducted to sell items such as excess inventory, scrap materials, or retired assets. This includes details on auction parameters, listed items, and potential bidders who compete to offer the highest price before the auction closes. Access to this resource is linked to a feature that requires users to opt in.
Apply recommended award
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/ApplyRecommendedAward
Cancel a negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Cancel
Close a negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Close
Create one negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations
Delete one negotiation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}
Duplicate a seller negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/action/DuplicateSellerNegotiation
Export the award spreadsheet
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/ExportAward
Extend one negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Extend
Finalize award
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/FinalizeAward
Get all negotiations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations
Get one negotiation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}
Lock a draft negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Lock
Pause a negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Pause
Publish a seller negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Publish
Renumber negotiation lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/RenumberLines
Resume a paused negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Resume
Save an award by bid
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/AwardByBid
Save an award by bid lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/AwardByBidLines
Share award decision
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/ShareAwardDecision
Unlock a draft negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Unlock
Update one negotiation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}