AddElevatorOutputDownstreamAsync

Returns (Task)

Add next Elevator Output downstream to designated Elevator Downstream. (floor reader)

Name Description
reader
downstream
elevatorOutputMeta

Add Elevator Output Downstream Async

Example in C#

// Returns: nothing
await client.AddElevatorOutputDownstreamAsync(MercuryReaderInfo reader, MercuryDownstreamInfo downstream, ElevatorOutputMeta elevatorOutputMeta);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/connections/ElevatorOutputDownstream?isOneToOne=True&relatedKey=ELEVATOROUTPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D '{"$type":"System.Byte[], mscorlib","$value":"OgAAABBSZWxheU51bWJlcgABAAAAEFJlbGF5VGltZU1pbgAAAAAAEFJlbGF5VGltZU1heAAAAAAAAA=="}'