POST api/v1/Hardwares/GetWallReader
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-20T21:40:16.090102+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.