Tip |
---|
Available from CRM.COM R14.0.0 |
Excerpt |
---|
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 |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
installed_item_identifier (mandatory) | Identifier | The identifier of the Installed Item that a meter reading will be updated. The allowed installed item identifier fields are the following:
| ||||||
meter_reading_identifier (mandatory) | Meter Reading Identifier | The identifier of the meter reading. The allowed meter reading identifier fields are the following:
| ||||||
meter_reading_value (mandatory) | Number | The meter reading value that was documented | ||||||
from_date (optional) | Date | The starting date of the period related with the meter reading If not specified, then this parameter will be set as the To date of the previous entry (if any) - otherwise will be set as the current date | ||||||
to_date (optional) | Date | The ending date of the period related with the meter reading |
...
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POST
Request Body
Response
|