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: postPath:
/crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component - Get a component
- Method: getPath:
/crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component/{ComponentSequenceId} - Get all components
- Method: getPath:
/crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component - Update a component
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}