Fixed Asset Associations REST Endpoints

Maintenance/Installed Base Assets/Fixed Asset Associations
The FixedAssetAssociations resource manages the relationships between installed base and fixed assets. You can add new relationships or end date the existing ones.
Create associations between installed base and fixed assets
Method: post
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/fixedAssetAssociations
Get all the associations between installed base and fixed assets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/fixedAssetAssociations
Get an association between installed base and fixed assets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/fixedAssetAssociations/{fixedAssetAssociationsUniqID}
Update existing associastions between installed base and fixed asset
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/fixedAssetAssociations/{fixedAssetAssociationsUniqID}