DeleteDeviceSearchCriteria data structure

Element

Description

Type

Occurrences

deviceIdentifier

Unique database identifier of a User's Device

long

1

Specification:

<xs:complexType name="DeleteDeviceSearchCriteria">

  <xs:sequence>

    <xs:element name="deviceIdentifier" type="xs:long"/>

  </xs:sequence>

</xs:complexType>

Example