Projects REST Endpoints

Order Management/Sales Orders for Order Hub Requests/Order Lines/Projects
The Projects resource manages the project details of a sales order line.
Create one project
Method: post
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/project
Delete one project
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/project/{projectUniqID}
Get all projects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/project
Get one project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/project/{projectUniqID}
Update one project
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/project/{projectUniqID}