POST city/v3/ShootAnyTimeH5/ExamineQualified
审核入格 [p3.0.1]
Request
URI Params
None.
Body Params
事件
SSP_EventInfoH5Model字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Id |
编号 [Edit] |
integer |
None. |
BCategoryId |
大类编号 [Add、Edit] |
integer |
None. |
BCategoryName |
大类名称 |
string |
None. |
SCategoryId |
小类编号 [Add、Edit] |
string |
None. |
SCategoryName |
小类名称 |
string |
None. |
CollectorOpenId |
采集人编号 |
string |
None. |
CollectorName |
采集人名称 |
string |
None. |
CollectorMobilePhone |
采集人手机号 |
string |
None. |
EventDesc |
事件描述 [Add、Edit] |
string |
None. |
EventAddress |
事件地址 [Add、Edit] |
string |
None. |
EventPhotos |
事件图片 [Add、Edit] |
Collection of string |
None. |
ES |
事件状态 |
SSP_EventStatus |
None. |
ESDesc |
事件状态 |
string |
None. |
IsQualified |
是否入格 |
EnumIsStatus |
None. |
IsQualifiedDesc |
是否入格 |
string |
None. |
EventId |
入格事件编号 |
integer |
None. |
Disposer |
处置人 |
string |
None. |
DisposerMobilePhone |
处置人手机号 |
string |
None. |
DisposerOrg |
处置人单位 |
string |
None. |
ReplyStatusDesc |
回复状态 |
string |
None. |
ReplyDesc |
回复说明 |
string |
None. |
ReplyPhotos |
回复照片 |
Collection of string |
None. |
DisposeDate |
处置时间 |
string |
None. |
CityId |
市Id |
integer |
None. |
CityName |
市 |
string |
None. |
CountyId |
县Id |
integer |
None. |
CountyName |
县 |
string |
None. |
TownId |
镇(街道)Id |
integer |
None. |
TownName |
镇(街道) |
string |
None. |
VillageId |
村(社区)Id |
integer |
None. |
VillageName |
村(社区) |
string |
None. |
WorkGridId |
工作网格编号 |
integer |
None. |
WorkGridName |
工作网格 |
string |
None. |
BaseGridId |
基础网格Id |
integer |
None. |
BaseGrid |
基础网格 |
string |
None. |
Range |
经纬度 |
RangeWWModel |
None. |
CDate |
上报时间 |
string |
None. |
btIsTransfer |
转办按钮 |
boolean |
None. |
btIsReply |
回复按钮 |
boolean |
None. |
btIsExamineQualified |
审核入格按钮 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "1", "BCategoryId": "2", "BCategoryName": "sample string 3", "SCategoryId": "sample string 4", "SCategoryName": "sample string 5", "CollectorOpenId": "sample string 6", "CollectorName": "sample string 7", "CollectorMobilePhone": "sample string 8", "EventDesc": "sample string 9", "EventAddress": "sample string 10", "EventPhotos": [ "sample string 1", "sample string 2" ], "ES": "1", "ESDesc": "处置中", "IsQualified": 0, "IsQualifiedDesc": "否", "EventId": "11", "Disposer": "sample string 12", "DisposerMobilePhone": "sample string 13", "DisposerOrg": "sample string 14", "ReplyStatusDesc": "sample string 15", "ReplyDesc": "sample string 16", "ReplyPhotos": [ "sample string 1", "sample string 2" ], "DisposeDate": "sample string 17", "CityId": "18", "CityName": "sample string 19", "CountyId": "20", "CountyName": "sample string 21", "TownId": "22", "TownName": "sample string 23", "VillageId": "24", "VillageName": "sample string 25", "WorkGridId": "26", "WorkGridName": "sample string 27", "BaseGridId": "28", "BaseGrid": "sample string 29", "Range": { "Longitude": 1.1, "Latitude": 2.1 }, "CDate": "sample string 30", "btIsTransfer": true, "btIsReply": true, "btIsExamineQualified": true }
application/x-www-form-urlencoded
Sample:
Response
APITResultOfBoolean字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | boolean |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": true, "Ret": 2, "ErrCode": 3, "Msg": "sample string 4", "SeqId": 5, "InfoMsg": "sample string 6" }