POST api/v1/RFID/GetRFID
Request Information
URI Parameters
None.
Body Parameters
DoorLimit| Name | Description | Type | Additional information |
|---|---|---|---|
| _Limit | integer |
None. |
|
| _Skip | integer |
None. |
|
| _LastUpdated | date |
None. |
|
| _DoorType | LOCK_TYPE |
None. |
Request Formats
application/json, text/json
Sample:
{
"_Limit": 1,
"_Skip": 2,
"_LastUpdated": "2026-01-20T20:26:23.4068278+00:00",
"_DoorType": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.