Skip to content

Send encoder write request

PUT
/encoder/{encoderId}/write-request/{requestId}

Starts a new write request on the specified encoder.

The data field contains the key data to write, one entry per desired tag. The given keyId will be included in the progress events so the caller can identify which key data was written to which tag.

The progress will be reported as SNS events published to the encoder events topic.

Requests will return Unprocessable Entity (422) with body {“error”:“NOT_CONNECTED”} if the encoder is not connected.

AllowedRoles: [front-desk front-desk-admin pms]

encoderId
required
string
requestId
required
string
object
data
Array<object>
nullable
object
blocks
Array<string>
nullable
keyId
string format: uuid
248df4b7-aa70-47b8-a036-33ac447e668d
description
string

Accepted

Unprocessable Entity

object
error
string