POST city/v3/ShootAnyTimeWW/ReprotEvent

上报事件 [p2.0.1]

Request

URI Params

None.

Body Params

事件

SSP_EventInfoWWModel
字段名字段说明字段类型附加信息
Id

编号 [Edit]

integer

None.

BCategoryId

大类编号 [Add、Edit]

integer

None.

BCategoryName

大类名称

string

None.

SCategoryId

小类编号 [Add、Edit]

string

None.

SCategoryName

小类名称

string

None.

CollectorOpenId

采集人编号

string

None.

CollectorName

采集人名称 [Add、Edit]

string

None.

CollectorMobilePhone

采集人手机号 [Add、Edit]

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.

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

经纬度 [Add、Edit]

RangeWWModel

None.

CDate

上报时间

string

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": "否",
  "Disposer": "sample string 11",
  "DisposerMobilePhone": "sample string 12",
  "DisposerOrg": "sample string 13",
  "ReplyStatusDesc": "sample string 14",
  "ReplyDesc": "sample string 15",
  "ReplyPhotos": [
    "sample string 1",
    "sample string 2"
  ],
  "DisposeDate": "sample string 16",
  "CityId": "17",
  "CityName": "sample string 18",
  "CountyId": "19",
  "CountyName": "sample string 20",
  "TownId": "21",
  "TownName": "sample string 22",
  "VillageId": "23",
  "VillageName": "sample string 24",
  "WorkGridId": "25",
  "WorkGridName": "sample string 26",
  "BaseGridId": "27",
  "BaseGrid": "sample string 28",
  "Range": {
    "Longitude": 1.1,
    "Latitude": 2.1
  },
  "CDate": "sample string 29"
}

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

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"
}