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