Attributes
Method: GET
Description:
Returns a list of Attributes according to given Attribute IDs.
Resource URL:
http://localhost:8014/MaterialManagement/Attributes?ids={attributeIds}
Parameters:
ids
attribute IDs for which to get the attributes for.
String
Examples:
http://localhost:8014/MaterialManagement/Attributes?ids=1,2,3
All REST Resources