Assign NFC Card to Visitor
PUT
/api/v1/developer/visitors/{id}/nfc_cards
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Request Body
application/json
JSON "token": "NFC-TOKEN-001", "force_add": false
{
}
Responses
NFC card assigned successfully
application/json
JSON "code": "string", "msg": "string"
{
}