POST api/v1/RFID/CreateRFIDAsync
Request Information
URI Parameters
None.
Body Parameters
RFIDSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| _RFID | integer |
None. |
|
| _CardTechnology | CARD_TECHNOLOGY |
None. |
|
| _IsULActivated | boolean |
None. |
|
| _KeySettings | KeySettings |
None. |
|
| _CardSettings | CardSettings |
None. |
|
| _DesFireSetting | DesFireSetting |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_RFID": 1,
"_CardTechnology": 0,
"_IsULActivated": true,
"_KeySettings": {
"_RFID": 1,
"_MadKeyDefault": "sample string 2",
"_MadKeyReadWrite": "sample string 3",
"_SectorKeyDefault": "sample string 4",
"_SectorKeyReadWrite": "sample string 5",
"_FileKeyRead": "sample string 6",
"_FileKeyWrite": "sample string 7"
},
"_CardSettings": {
"_RFID": 1,
"_MadKeyType": 0,
"_SectorKeyType": 0,
"_CARDSECTOR": 2,
"_ReadFileKeyIndex": 3,
"_WriteFileKeyIndex": 4
},
"_DesFireSetting": {
"_RFID": 1,
"_Crypto": 0,
"_CommunicationMode": 0
},
"_CreationDate": "2026-01-20T21:38:29.7029811+00:00",
"_UpdatedDate": "2026-01-20T21:38:29.7029811+00:00",
"_SysNumber": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.