Parts REST Endpoints
The Parts Lists resource manages parts lists for the components that the maintenance asset requires.
- Create lists
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent - Delete one list
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent/{ListComponentId} - Get all lists
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent - Get one list
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent/{ListComponentId} - Update one list
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/maintenanceAssets/{AssetId}/child/PartsListComponent/{ListComponentId}