POST API/EntranceGuard/SetGateCommunityLog

新门禁添加开门日志

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CommunityId": "sample string 1",
  "UserID": "sample string 2",
  "GateCommunityID": "sample string 3",
  "Created": "2025-04-28T18:44:58.987375+08:00"
}

application/xml, text/xml

Sample:
<GateCommunityLogParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models">
  <CommunityId>sample string 1</CommunityId>
  <Created>2025-04-28T18:44:58.987375+08:00</Created>
  <GateCommunityID>sample string 3</GateCommunityID>
  <UserID>sample string 2</UserID>
</GateCommunityLogParam>

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 'GateCommunityLogParam'.