- Subcategories:
- Response Values
Line Attributes REST Endpoints
Negotiation Template/Lines/Attribute Groups/Line Attributes
The Line Attributes resource manages details about attributes on the supplier negotiation line.
- Create one attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes - Delete one attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID} - Get all attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes - Get one attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID} - Reorder response values
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}/action/ReorderResponseValues - Update one attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationTemplates/{supplierNegotiationTemplatesUniqID}/child/lines/{LineId}/child/lineAttributeGroups/{GroupId}/child/lineAttributes/{lineAttributesUniqID}