POST API/InOut/Goods/Add

添加访客进出 ID、CREATED创建时间、ROOMID房间ID、ROOMNO房号、SPONSORID发起人ID、SponsorName发起人姓名、 REASONS事由、GOODS物品清单、DATE来访日期、CommunityId小区ID

Request Information

Parameters

NameDescriptionAdditional information
JsonStr
InOutMen实体JSON

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