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.
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
Duplicate a seller negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/action/DuplicateSellerNegotiation
Extend one negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Extend
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
The Suppliers resource manages details about suppliers that submit a response for a negotiation.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}
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}