Insert Attributes to Reel


Method: POST



Description:

Insert specific Attribute to a Reel

Resource URL:

http://localhost:8014/MaterialManagement/Material/{reelId}/Attributes

Parameters:

reelIdReel ID to which to add the attributestring


Examples:

http://localhost:8014/MaterialManagement/Material/ID0001/Attributes


Example of request body (data that should be sent):

<Attribute Id='1' Name='Test' Desc='Test Attribute' Pattern='' PartNameInTable='' PartNameFieldInTable='' xmlns='http://www.valor.com/MSS/Schemas/Attributes/2011' />


All REST Resources