Bidders REST Endpoints
Seller Negotiations/Bidders
Information about invited bidders who participate in negotiations with the seller and place bids on the available items.
- Create one bidder
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders - Delete one bidder
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders/{BidderInvitationId} - Get all bidders
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders - Get one bidder
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders/{BidderInvitationId} - Update one bidder
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders/{BidderInvitationId}