installed_items
- GET installed_items/list — This method returns information related with Installed Items. Multiple Installed Items are returned by each call
- GET installed_items/show — This method returns information related with an installed item. A single installed item is returned by each call
- POST installed_items/create — This method is creating a new installed item
- POST installed_items/set_effective — This method is setting the installed item state to effective
- POST installed_items/set_not_effective — This method is setting the installed item state to not effective
- POST installed_items/update — This method is updating an existing installed item
- GET installed_items/get_entitlements — This method returns information related with Installed Item's entitlements (either registered or un-registered) per subscription related to the Accounts Receivable provided.
- POST installed_items/assign_public_key — This method is setting the installed item's public key
- POST installed_items/remove_public_key — This method is removing the installed item's public key
- installed_items/meter_reading
- GET installed_items/meter_reading/list — This method returns all Meter Readings of an installed item. Multiple Meter Readings are returned
- POST installed_items/meter_reading/update — This method updates a meter reading of an Installed Item. A single Installed Item's meter reading is updated by each call. Applicable only for Installed Items that their Meter Reading Type is classified as ONETIME
- POST installed_items/meter_reading/reset — This method resets all Meter Readings of an installed item
- POST installed_items/meter_reading/remove — This method removes the latest meter reading of an installed item
- POST installed_items/meter_reading/create — This method creates a meter reading for an Installed Item. A single Installed Item's meter reading is created by each call