v3

latestOpenAPI 3.0.42026-07-312008682.1 MB
Commands

Add key cutter command

Adds a new key cutter command representing cutting of a key for the specified reservation. Note this operation supports Portfolio Access Tokens.

post/api/connector/v1/commands/addKeyCutter

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

EnterpriseIdstring uuid nullable

Unique identifier of the enterprise. Required when using Portfolio Access Tokens, ignored otherwise.

KeyCutterIdstring uuid required

Unique identifier of the KeyCutter Device where to encode the key.

ReservationIdstring uuid required

Unique identifier of the reservation to encode the key for.

KeyCountinteger required

Count of keys to encode.

Response

OK

CommandIdstring uuid required

Unique identifier of the created Command.