Response Values REST Endpoints

Negotiation Template/Lines/Attribute Groups/Line Attributes/Response Values
The Response Values resource manages details about score values for an acceptable response when scoring a line attribute.
Create one value
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}/child/acceptableResponseScoreValues
Delete one value
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}/child/acceptableResponseScoreValues/{ScoreId}
Get all response values for the default line attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}/child/acceptableResponseScoreValues
Get one response value for the default line attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}/child/acceptableResponseScoreValues/{ScoreId}
Update one value
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}/child/acceptableResponseScoreValues/{ScoreId}