POST API/EntranceGuard/SetGateCommunityLog2

新门禁添加开门日志

Request Information

Parameters

NameDescriptionAdditional 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-04-28T11:20:47.8932681+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-04-28T11:20:47.8932681+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GateCommunityFaildLogParam'.