POST API/EntranceGuard/SetEntranceInOutMen
添加进出记录 小程序使用
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
param |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "InOutMenId": "sample string 1", "Id": "sample string 2", "Type": 0 }
application/xml, text/xml
Sample:
<EntranceInOutMenViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models.InOutMen"> <Id>sample string 2</Id> <InOutMenId>sample string 1</InOutMenId> <Type>IC</Type> </EntranceInOutMenViewModel>
application/x-www-form-urlencoded
Sample: