add some comment
This commit is contained in:
21
rest.http
Normal file
21
rest.http
Normal file
@@ -0,0 +1,21 @@
|
||||
POST {{restapi-url}}site/login
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username": "lgyenese",
|
||||
"password": "digisoft"
|
||||
}
|
||||
|
||||
###
|
||||
|
||||
POST {{restapi-url}}door/move
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
Authorization: Basic bGd5ZW5lc2U6ZGlnaXNvZnQ='
|
||||
|
||||
{
|
||||
"cardNumber": "10WMVXMZ",
|
||||
"direction": "IN",
|
||||
"device": "Q"
|
||||
}
|
||||
Reference in New Issue
Block a user