Send encoder write request
PUT /encoder/{encoderId}/write-request/{requestId}
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]
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” encoderId
required
string
requestId
required
string
Request Body
Section titled “Request Body ”object
data
Array<object>
object
blocks
Array<string>
keyId
string format: uuid
248df4b7-aa70-47b8-a036-33ac447e668d
description
string
Responses
Section titled “ Responses ”Accepted
Unprocessable Entity
object
error
string