Contract Meters REST Endpoints
Maintenance/Asset Warranty Contracts/Contract Meters
The Contract Meters resource manages the asset meters for the contract. You can add, remove, and view the list of the asset meters.
- Create one contract meter
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters - Get all contract meters
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters - Get one contract meter
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters/{ContractMeterId} - Update a contract meter
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters/{ContractMeterId}