POST api/v1/Hardwares/PostWallReader
Request Information
URI Parameters
None.
Body Parameters
InsertWallReader| Name | Description | Type | Additional information |
|---|---|---|---|
| _HardwareID | integer |
None. |
|
| _Name | string |
None. |
|
| _Description | string |
None. |
|
| _OpeningTime | byte |
None. |
|
| _ExtendedOpeningTime | byte |
None. |
|
| _EnableFireRegulation | integer |
None. |
|
| _WallModels | byte |
None. |
|
| _LockModels | byte |
None. |
|
| _Validation | integer |
None. |
|
| _Ble | byte |
None. |
|
| _Nfc | integer |
None. |
|
| _Pir | integer |
None. |
|
| _RfId | byte |
None. |
|
| _Subnetmask | string |
None. |
|
| _Gateway | string |
None. |
|
| _IpAddress | string |
None. |
|
| _IntInput1 | integer |
None. |
|
| _IntInput2 | integer |
None. |
|
| _IntInput3 | integer |
None. |
|
| _IntInput4 | integer |
None. |
|
| _IntOutput1 | integer |
None. |
|
| _IntOutput2 | integer |
None. |
|
| _IntOutput3 | integer |
None. |
|
| _IntOutput4 | integer |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_HardwareID": 1,
"_Name": "sample string 2",
"_Description": "sample string 3",
"_OpeningTime": 64,
"_ExtendedOpeningTime": 64,
"_EnableFireRegulation": 6,
"_WallModels": 64,
"_LockModels": 64,
"_Validation": 9,
"_Ble": 64,
"_Nfc": 11,
"_Pir": 12,
"_RfId": 64,
"_Subnetmask": "sample string 14",
"_Gateway": "sample string 15",
"_IpAddress": "sample string 16",
"_IntInput1": 17,
"_IntInput2": 18,
"_IntInput3": 19,
"_IntInput4": 20,
"_IntOutput1": 21,
"_IntOutput2": 22,
"_IntOutput3": 23,
"_IntOutput4": 24,
"_SysNumber": 25
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.