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:
| mcId | Id of the machine | Integer |
|
| x | X position (Optional) | Integer |
|
| y | Y position (Optional) | Integer |
|
| z | Z position (Optional) | Integer |
Examples:
http://localhost:8014/MaterialManagement/Material/12?x=1&y=0&z=0