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: post
Path: /fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters
Get all contract meters
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters
Get one contract meter
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters/{ContractMeterId}
Update a contract meter
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/assetWarrantyContracts/{ContractId}/child/contractMeters/{ContractMeterId}