POST api/FireExt/AddXfsxcjl
增加单位巡查信息
Request Information
URI Parameters
None.
Body Parameters
RpmFeXfsxcjlName | Description | Type | Additional information |
---|---|---|---|
XCJLBH |
巡查记录编号 |
string |
None. |
SFHG |
是否合格 |
integer |
None. |
SY |
水压 |
decimal number |
None. |
JD |
经度 |
string |
None. |
WD |
纬度 |
string |
None. |
SM |
情况记录 |
string |
None. |
XCRGH |
巡查人工号 |
string |
None. |
XCRXM |
巡查人姓名 |
string |
None. |
XCSJ |
上传时间 |
string |
None. |
SZDZ |
所在地址 |
string |
None. |
SBFJ |
上传附件 |
string |
None. |
DlTocken |
登录Tocken |
string |
None. |
ReqAuthInfo |
安全校验信息 |
string |
None. |
StaffCode |
身份证号 |
string |
None. |
DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "XCJLBH": "sample string 1", "SFHG": 2, "SY": 3.1, "JD": "sample string 4", "WD": "sample string 5", "SM": "sample string 6", "XCRGH": "sample string 7", "XCRXM": "sample string 8", "XCSJ": "sample string 9", "SZDZ": "sample string 10", "SBFJ": "sample string 11", "DlTocken": "sample string 31", "ReqAuthInfo": "sample string 32", "StaffCode": "sample string 33", "DevId": "sample string 34" }
application/xml, text/xml
Sample:
<RpmFeXfsxcjl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 34</DevId> <DlTocken>sample string 31</DlTocken> <ReqAuthInfo>sample string 32</ReqAuthInfo> <StaffCode>sample string 33</StaffCode> <JD>sample string 4</JD> <SBFJ>sample string 11</SBFJ> <SFHG>2</SFHG> <SM>sample string 6</SM> <SY>3.1</SY> <SZDZ>sample string 10</SZDZ> <WD>sample string 5</WD> <XCJLBH>sample string 1</XCJLBH> <XCRGH>sample string 7</XCRGH> <XCRXM>sample string 8</XCRXM> <XCSJ>sample string 9</XCSJ> </RpmFeXfsxcjl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
增加单位巡查信息
ApiResultBaseName | Description | Type | Additional information |
---|---|---|---|
ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
ResultMsg |
接口返回消息 |
string |
None. |
NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResultCode": "sample string 1", "ResultMsg": "sample string 2", "NewJLBm": "sample string 3" }
application/xml, text/xml
Sample:
<ApiResultBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <NewJLBm>sample string 3</NewJLBm> <ResultCode>sample string 1</ResultCode> <ResultMsg>sample string 2</ResultMsg> </ApiResultBase>