POST API/InOut/Men/Add

添加访客进出 ID、CREATED创建时间、ROOMID房间ID、ROOMNO房号、SPONSORID发起人ID、SponsorName发起人姓名、SPONSORTEL发起人电话、 INVITERNAME被邀请人姓名、INVITERTEL被邀请人电话、DATE来访日期、REASONS来访事由、ISDRIVING是否开车、CARNO车牌号、CommunityId小区ID

Request Information

Parameters

NameDescriptionAdditional information
JsonStr
InOutMen实体

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "str": "sample string 1"
}

application/xml, text/xml

Sample:
<SubStr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models">
  <str>sample string 1</str>
</SubStr>

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