Components REST Endpoints

Product Lifecycle Management/Item Structures/Components
The Components resource manages the details of a component within a structure.
Create one component
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component
Get all components
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component
Get one component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}
Update a component
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}