SetVersionForReaderAsync

Set the version number for the provided reader. Returns ()

Name Description
reader
version

Set Version For Reader Async

Example in C#

// Returns: nothing
await client.SetVersionForReaderAsync(MercuryReaderInfo reader, String version);

Example in CURL


 
           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/peripherals/READER.KEY/version
               -H 'Authorization: Bearer TOKEN_GOES_HERE'
               -d "VERSION"