| Name | Description | Type | Additional information |
|---|---|---|---|
| FromAccountId |
Required. Source account the meter currently belongs to. Must be numeric. |
string |
None. |
| ToAccountId |
Required. Destination account to move the meter to. Must be numeric, must exist, and must differ from fromAccountId. |
string |
None. |
| MeterId |
Required. Meter (endpoint) identifier to transfer. Must be numeric. |
string |
None. |
| FromDate |
Optional. Lower bound of the data window to transfer. Defaults to the meter's registered date when omitted. Cannot be earlier than the registered date, nor later than toDate. Note: the window only scopes which consumption logs migrate; the meter itself moves in full regardless of the dates. |
date |
None. |
| ToDate |
Optional. Upper bound of the data window to transfer. Defaults to today when omitted. Must not be earlier than fromDate. |
date |
None. |