Material/{Position}


Method: GET



Description:

Returns the Material located at a specific position,
position includes machine ID (must be specified) and X, Y, Z positions (optional)
The result may be a list of Materials located on the machine and filtered by the other given positions

Resource URL:

http://localhost:8014/MaterialManagement/Material/{mcId}?x={x}&y={y}&z={z}

Parameters:

mcIdId of the machineInteger
xX position (Optional)Integer
yY position (Optional)Integer
zZ position (Optional)Integer


Examples:

http://localhost:8014/MaterialManagement/Material/12?x=1&y=0&z=0



All REST Resources