Product Structures REST Endpoints

Product Structures
The product structures resource is used to view, create, and update the details of a product structure. It is used to include a primary structure that is used to build the item or an alternate structure.
Create a product structure
Method: post
Path: /crmRestApi/resources/11.13.18.05/productStructures
Get a product structure
Method: get
Path: /crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}
Get all product structures
Method: get
Path: /crmRestApi/resources/11.13.18.05/productStructures
Get product structure hierarchy
Method: post
Path: /crmRestApi/resources/11.13.18.05/productStructures/action/getStructureHierarchy
Update a product structure
Method: patch
Path: /crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}