The reader object

AttributeTypeDescription
labelstringThe label assigned to the card reader.
statusstringCurrent status of the card reader. Possible values: ["active", "disabled", "removed"]
uidstringPodium unique identifier for reader.
locationUidstringPodium unique identifier for location.
createdAtstringWhen the card reader was created.
updatedAtstringWhen the card reader was updated.
{
  "label": "",
  "status": "active",
  "uid": "00000000-0000-0000-0000-000000000000",
  "locationUid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z"
}