Parts REST Endpoints

Maintenance/Installed Base Assets/Parts
The Parts resource manages the asset parts list used for maintaining the asset. You can add, remove, and view the list of the asset part components.
Create a parts list component
Method: post
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/partsListComponents
Delete a parts list component
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/partsListComponents/{ListComponentId}
Get all parts list component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/partsListComponents
Get one parts list component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/partsListComponents/{ListComponentId}
Update a parts list component
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/partsListComponents/{ListComponentId}