Components REST Endpoints

Product Structures/Components
The components resource is used to view, create, and update the details of a component within a structure.
Create a component
Method: post
Path: /crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component
Get a component
Method: get
Path: /crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}
Get all components
Method: get
Path: /crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component
Update a component
Method: patch
Path: /crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}