Production Lines REST Endpoints

Manufacturing/Production Lines
The details of the production lines. This resource can't be used to create and update the production lines.
Create all production lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionLines
Delete one production line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}
Get all production lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionLines
Get one production line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}
Update one production line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}