- Subcategories:
- Attachments
- Attribute Groups
- Backing Requisition Lines
- External Cost Factors
- Flexfields
- Internal Cost Factors
- Line Internal Cost Factor Values
- Negotiation Line Recommended Suppliers
- Price Breaks
- Price Tiers
Lines REST Endpoints
Supplier Negotiations/Lines
The Lines resource manages details about products and services that the application sources in a supplier negotiation. For example, catering services or laptop computers.
- Add cost factors from a cost factor list
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId}/action/AddFromCostFactorList - Add from Attribute List
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId}/action/AddFromAttributeList - Create one negotiation line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines - Delete one negotiation line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId} - Equalize or clear attribute weights
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId}/action/EqualizeClearAttributeWeights - Get all negotiation lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines - Get one negotiation line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId} - Reorder attribute groups
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId}/action/ReorderAttributeGroups - Update one negotiation line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lines/{LineId}