Project Details REST Endpoints

Order Management/Sales Orders for Order Hub/Order Lines/Projects/Project Details
The Project Details resource manages the descriptive flexfield data of the project for an order line.
Create one project detail
Method: post
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/project/{DooOrderPrjId}/child/projectDetail
Get all project details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/project/{DooOrderPrjId}/child/projectDetail
Get one project detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/project/{DooOrderPrjId}/child/projectDetail/{DooOrderPrjId2}
Update one project detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/project/{DooOrderPrjId}/child/projectDetail/{DooOrderPrjId2}