- Subcategories:
- Attachments
- Award Attachments
- Bidders
- Large Object (LOB) Attributes - InstructionText
- Lines
- Publish Negotiation Errors
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: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/ApplyRecommendedAward - Cancel a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Cancel - Close a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Close - Create one negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations - Delete one negotiation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID} - Duplicate a seller negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/action/DuplicateSellerNegotiation - Export the award spreadsheet
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/ExportAward - Extend one negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Extend - Finalize award
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/FinalizeAward - Get all negotiations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations - Get one negotiation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID} - Lock a draft negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Lock - Pause a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Pause - Publish a seller negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Publish - Renumber negotiation lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/RenumberLines - Resume a paused negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Resume - Save an award by bid
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/AwardByBid - Save an award by bid lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/AwardByBidLines - Share award decision
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/ShareAwardDecision - Unlock a draft negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/action/Unlock - Update one negotiation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}