Parts REST Endpoints

Maintenance/Maintainable Assets (Deprecated)/Parts
The Parts Lists resource manages parts lists for the components that the maintenance asset requires.
Create lists
Method: post
Path: /fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent
Delete one list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent/{ListComponentId}
Get all lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent
Get one list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent/{ListComponentId}
Update one list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent/{ListComponentId}