Default Line Attribute Groups REST Endpoints

Supplier Negotiations/Default Line Attribute Groups
Details of all attribute groups associated with a supplier negotiation line.
Create one default line attribute group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lineDefaultAttributeGroups
Delete one default attribute group for a line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lineDefaultAttributeGroups/{GroupId}
Get all default attributes for a line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lineDefaultAttributeGroups
Get one default attribute group for a line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lineDefaultAttributeGroups/{GroupId}
Reorder default line attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lineDefaultAttributeGroups/{GroupId}/action/ReorderLineDefaultAttributes
Update one default line attribute group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/lineDefaultAttributeGroups/{GroupId}