Assign NFC Card to Visitor
PUT
/api/v1/developer/visitors/{id}/nfc_cards
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Request Body
application/json
JSON "token": "string", "force_add": true
{
}
Responses
NFC card assigned successfully
application/json
JSON "code": "string", "msg": "string"
{
}