Tip |
---|
Available from CRM.COM R14.0.0 |
Excerpt |
---|
This method updates the meter readings of an installed item. Multiple installed item's meter readings are updated by each call |
...
Name | Type | Description | |||||||||
token | String | The token retrieved from the login method | |||||||||
installed_item_identifier (mandatory) | Identifier | The identifier of the installed item that should be returned as a result. The allowed installed item identifier fields are the following:
| |||||||||
(applicable on conditionsoptional) | Set of Meter Reading Objects | The meter readings that were documented for the related installed itemApplicable only for installed items that are not in a warehouse If no records are specified in the set then nothing will be updated. To add a record use "action" : "add", to update a record use "action": "update" and to remove a record use "action" : "remove". Different actions can be used within the same set. For example:
|
...