- Subcategories:
- Attachments
Lines REST Endpoints
Seller Negotiations/Lines
Information about the products available for sale during a seller negotiation, such as laptop computers, machinery, or surplus materials. These products may be listed as individual line items in a forward auction.
- Create one negotiation line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/lines - Delete one negotiation line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/lines/{SellerAuctionLineId} - Get all negotiation lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/lines - Get one negotiation line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/lines/{SellerAuctionLineId} - Update one negotiation line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/lines/{SellerAuctionLineId}