PUT api/v1/CardSettings/UpdateCardSetting
Request Information
URI Parameters
None.
Body Parameters
RFIdCard| Name | Description | Type | Additional information |
|---|---|---|---|
| _CardId | integer |
None. |
|
| mifareUltralightSelected | integer |
None. |
|
| selectedMIFARE | integer |
None. |
|
| cryptoClassic | integer |
None. |
|
| communicationModeClassic | integer |
None. |
|
| MAD_Key_TypeClassic | integer |
None. |
|
| SECTOR_Key_TypeClassic | integer |
None. |
|
| CARD_SECTORClassic | integer |
None. |
|
| Read_File_Key_IndexClassic | integer |
None. |
|
| Write_File_Key_IndexClassic | integer |
None. |
|
| MAD_KeyDefaultClassic | string |
None. |
|
| MAD_Key_Read_WriteClassic | string |
None. |
|
| SECTOR_KeyDefaultClassic | string |
None. |
|
| SECTOR_Key_Read_WriteClassic | string |
None. |
|
| File_Key_ReadClassic | string |
None. |
|
| File_Key_WriteClassic | string |
None. |
|
| cryptoPlus | integer |
None. |
|
| communicationModePlus | integer |
None. |
|
| MAD_Key_TypePlus | integer |
None. |
|
| SECTOR_Key_TypePlus | integer |
None. |
|
| CARD_SECTORPlus | integer |
None. |
|
| Read_File_Key_IndexPlus | integer |
None. |
|
| Write_File_Key_IndexPlus | integer |
None. |
|
| MAD_KeyDefaultPlus | string |
None. |
|
| MAD_Key_Read_WritePlus | string |
None. |
|
| SECTOR_KeyDefaultPlus | string |
None. |
|
| SECTOR_Key_Read_WritePlus | string |
None. |
|
| File_Key_ReadPlus | string |
None. |
|
| File_Key_WritePlus | string |
None. |
|
| cryptoDESFire | integer |
None. |
|
| communicationModeDESFire | integer |
None. |
|
| MAD_Key_TypeDESFire | integer |
None. |
|
| SECTOR_Key_TypeDESFire | integer |
None. |
|
| CARD_SECTORDESFire | integer |
None. |
|
| Read_File_Key_IndexDESFire | integer |
None. |
|
| Write_File_Key_IndexDESFire | integer |
None. |
|
| MAD_KeyDefaultDESFire | string |
None. |
|
| MAD_Key_Read_WriteDESFire | string |
None. |
|
| SECTOR_KeyDefaultDESFire | string |
None. |
|
| SECTOR_Key_Read_WriteDESFire | string |
None. |
|
| File_Key_ReadDESFire | string |
None. |
|
| File_Key_WriteDESFire | string |
None. |
|
| _SysNumber | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_CardId": 1,
"mifareUltralightSelected": 2,
"selectedMIFARE": 3,
"cryptoClassic": 4,
"communicationModeClassic": 5,
"MAD_Key_TypeClassic": 6,
"SECTOR_Key_TypeClassic": 7,
"CARD_SECTORClassic": 8,
"Read_File_Key_IndexClassic": 9,
"Write_File_Key_IndexClassic": 10,
"MAD_KeyDefaultClassic": "sample string 11",
"MAD_Key_Read_WriteClassic": "sample string 12",
"SECTOR_KeyDefaultClassic": "sample string 13",
"SECTOR_Key_Read_WriteClassic": "sample string 14",
"File_Key_ReadClassic": "sample string 15",
"File_Key_WriteClassic": "sample string 16",
"cryptoPlus": 17,
"communicationModePlus": 18,
"MAD_Key_TypePlus": 19,
"SECTOR_Key_TypePlus": 20,
"CARD_SECTORPlus": 21,
"Read_File_Key_IndexPlus": 22,
"Write_File_Key_IndexPlus": 23,
"MAD_KeyDefaultPlus": "sample string 24",
"MAD_Key_Read_WritePlus": "sample string 25",
"SECTOR_KeyDefaultPlus": "sample string 26",
"SECTOR_Key_Read_WritePlus": "sample string 27",
"File_Key_ReadPlus": "sample string 28",
"File_Key_WritePlus": "sample string 29",
"cryptoDESFire": 30,
"communicationModeDESFire": 31,
"MAD_Key_TypeDESFire": 32,
"SECTOR_Key_TypeDESFire": 33,
"CARD_SECTORDESFire": 34,
"Read_File_Key_IndexDESFire": 35,
"Write_File_Key_IndexDESFire": 36,
"MAD_KeyDefaultDESFire": "sample string 37",
"MAD_Key_Read_WriteDESFire": "sample string 38",
"SECTOR_KeyDefaultDESFire": "sample string 39",
"SECTOR_Key_Read_WriteDESFire": "sample string 40",
"File_Key_ReadDESFire": "sample string 41",
"File_Key_WriteDESFire": "sample string 42",
"_SysNumber": 43,
"_CreationDate": "2025-12-06T17:36:41.0487322+00:00",
"_UpdatedDate": "2025-12-06T17:36:41.0487322+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.