Attribute | Type | Description |
---|---|---|
label | string | The label assigned to the card reader. |
status | string | Current status of the card reader. Possible values: ["active", "disabled", "removed"] |
uid | string | Podium unique identifier for reader. |
locationUid | string | Podium unique identifier for location. |
createdAt | string | When the card reader was created. |
updatedAt | string | When 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"
}