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: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders
Delete one bidder
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders/{BidderInvitationId}
Get all bidders
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders
Get one bidder
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders/{BidderInvitationId}
Update one bidder
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/bidders/{BidderInvitationId}