AddReaderToLocalAreaAsync

Returns (Task)

Register a Mercury Reader on to the designated Local Area with Directions

Name Description
localArea
reader
direction

Add Reader To Local Area Async

Example in C#

// Returns: nothing
await client.AddReaderToLocalAreaAsync(LocalAreaInfo localArea, MercuryReaderInfo reader, LocalAreaReaderDirections direction);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/localareas/LOCALAREA.KEY/readers?direction=In \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D '"/api/f/INSTANCE.KEY/peripherals/READER.KEY"'