ETXClientIDLookup
Lookup object for identifying an ETX client. One of the following IDs is required: DeviceID, IMEI, ICCID, or IMSI. If more than one ID is provided, the API will use the first ID found in the following order: DeviceID, IMEI, ICCID, IMSI.
ETXClientIDLookup
Lookup object for identifying an ETX client. One of the following IDs is required: DeviceID, IMEI, ICCID, or IMSI. If more than one ID is provided, the API will use the first ID found in the following order: DeviceID, IMEI, ICCID, IMSI.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
DeviceID | string (uuid) | No | The generated ID (UUID v4) for the device. It can be used as: - the MQTT Client ID when connecting to the Message Exchange system - a parameter when asking for the connection endpoint - a parameter when finishing the device registration - a parameter when unregistering the device |
IMEI | string | No | The IMEI number of the device. |
ICCID | string | No | The ICCID number of the device. |
IMSI | string | No | The IMSI number of the device. |