Returns (Task)
Add next Elevator Input downstream to designated Elevator Downstream. (floor reader)
Name | Description |
---|---|
reader | |
downstream | |
elevatorInputMeta |
Example in C#
// Returns: nothing
await client.AddElevatorInputDownstreamAsync(MercuryReaderInfo reader, MercuryDownstreamInfo downstream, ElevatorInputMeta elevatorInputMeta);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/connections/ElevatorInputDownstream?isOneToOne=True&relatedKey=ELEVATORINPUTDOWNSTREAM.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D '{"$type":"System.Byte[], mscorlib","$value":"FgAAABBJbnB1dE51bWJlcgABAAAAAA=="}'