POST api/EntranceGuard/AddBluetoothDoorRecord

Request Information

URI Parameters

None.

Body Parameters

AddBluetoothDoorRecordViewModel
NameDescriptionTypeAdditional information
CommunityId

string

None.

UserId

string

None.

UserType

integer

None.

BluetoothDeviceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CommunityId": "sample string 1",
  "UserId": "sample string 2",
  "UserType": 3,
  "BluetoothDeviceId": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultObjOfString
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": "sample string 3"
}