POST API/EntranceGuard/SetGateCommunityLog2
新门禁添加开门日志
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Status": true,
"USecond": 2,
"Memo": "sample string 3",
"AppType": 0,
"CommunityId": "sample string 4",
"UserID": "sample string 5",
"GateCommunityID": "sample string 6",
"Created": "2025-11-05T23:24:46.2971585+08:00"
}
application/xml, text/xml
Sample:
<GateCommunityFaildLogParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models"> <CommunityId>sample string 4</CommunityId> <Created>2025-11-05T23:24:46.2971585+08:00</Created> <GateCommunityID>sample string 6</GateCommunityID> <UserID>sample string 5</UserID> <AppType>YZAndroid</AppType> <Memo>sample string 3</Memo> <Status>true</Status> <USecond>2</USecond> </GateCommunityFaildLogParam>
application/x-www-form-urlencoded
Sample:
Sample not available.