PUT api/v1/RFID/UpdateRFIDAsync
Request Information
URI Parameters
None.
Body Parameters
RFIDSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| RFID | integer |
None. |
|
| _CardTechnology | CARD_TECHNOLOGY |
None. |
|
| _IsULActivated | boolean |
None. |
|
| _SysNumber | integer |
None. |
|
| _KeySettings | KeySettings |
None. |
|
| _CardSettings | CardSettings |
None. |
|
| _DesFireSetting | DesFireSetting |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RFID": 1,
"_CardTechnology": 0,
"_IsULActivated": true,
"_SysNumber": 3,
"_KeySettings": {
"RFID": 1,
"Mad_KeyDefault": "sample string 2",
"Mad_Key_Read_Write": "sample string 3",
"Sector_KeyDefault": "sample string 4",
"Sector_Key_Read_Write": "sample string 5",
"File_Key_Read": "sample string 6",
"File_Key_Write": "sample string 7"
},
"_CardSettings": {
"RFID": 1,
"Mad_Key_Type": 0,
"Sector_Key_Type": 0,
"CARD_SECTOR": 2,
"Read_File_Key_Index": 3,
"Write_File_Key_Index": 4
},
"_DesFireSetting": {
"RFID": 1,
"Crypto": 0,
"CommunicationMode": 0
},
"_CreationDate": "2025-12-06T17:44:16.2774302+00:00",
"_UpdatedDate": "2025-12-06T17:44:16.2774302+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.