FidelityCard
id
Adelya Internal object ID
Alphanumeric (even if yet just number are in), it's the table primary key, returned on persist or use for fast look-up
cardnumber
The card number for this card
Generally, the card number is written on the card
64 characters max
systemType
The type of card
This is used to differentiate cards produced by ADELYA (type ADELYA) and imported cards (transport, etc.).
25 characters max
rfid
The unique chip identifier for a contactless card
50 characters max
idGroup
Adelya Internal object ID on who "owns" this card (where was it created)
see Group
seqNumber
Optional sequence number
64 characters max
chipType
The technology used by the card
MIFARE_UL, PICOPASS, etc.
25 characters max
status
The Status of the card
Possible values : UNKNOWN, DISABLED, READY, ISSUED, ENABLED, SOLD, USED, EXPIRED, DELETED, AUTO
25 characters max
Examples
Check if a physical card exists and get its status
{ "FidelityCard":{ "cardnumber ":"3800002" } }
return if found (if not found you'll have the 3008 error)
{ "FidelityCard":{ "id":"1233106", "cardnumber":"3800002", "systemType":"ADELYA", "rfid":"04B56BEACB208000", "idGlobalGroup":"x", "idGroup":"x", "fidProgramSubtype":"defult program", "chipType":"MIFARE_UL", "status":"EXPIRED" } }