v1

latestOpenAPI 3.0.02026-07-14643983.3 KB
RegisterForRealtimeApi

Creates a new registration for the realtime API. The Realtime API sends you the data of the registred devices as soon as we have them on the cloud. More Information about the realtime API: https://www.smart-me.com/Description/api/realtimeapi.aspx

Creates a new registration for the realtime API. The Realtime API sends you the data of the registred devices as soon as we have them on the cloud. More Information about the realtime API: https://www.smart-me.com/Description/api/realtimeapi.aspx

post/api/RegisterForRealtimeApi

Request body

ApiUrlstring

The URL of your endpoint. To this endpoint all the values are send to.

BasicAuthPasswordstring

The Password (basic auth) of your endpoint. Leave empty of none.

BasicAuthUsernamestring

The Username (basic auth) of your endpoint. Leave empty of none.

Idstring

The ID of the registration

MeterIdstring

The ID of the Meter. Just used if the RegistrationType is "SingleMeterRegistration".

RegistrationType'Disabled' | 'SingleMeterRegistration' | 'UserRegistration'

The Type of this registration (per meter, per user, ...)

SerialNumberstring

The serial number of the Meter. Just used if the RegistrationType is "SingleMeterRegistration" and the MeterId is null. Example: 1 SME 01 63000000 or 6300000

Response

No Content