Line Internal Cost Factor Values REST Endpoints
Negotiation Template/Lines/Line Internal Cost Factor Values
Details of all internal cost factor values that apply to the invited suppliers in a negotiation.
- Create one internal cost factor value
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineInternalCostFactorValues - Delete one internal cost factor value
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineInternalCostFactorValues/{SupplierICFId} - Get all internal cost factor values
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineInternalCostFactorValues - Get one internal cost factor value
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineInternalCostFactorValues/{SupplierICFId} - Update one internal cost factor value
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineInternalCostFactorValues/{SupplierICFId}