POST city/v3/OnlineMediateStatWW/GetDisputeStat

纠纷统计[8,17,24,25,26]

Request

URI Params

None.

Body Params

DisputeStatParamWWModel
字段名字段说明字段类型附加信息
KeyWords

关键字

string

None.

AppmobilePhone

申请人手机号

string

None.

ResmobilePhone

被申请人手机

string

None.

ProvinceId

省编号

integer

None.

CityId

市编号

integer

None.

CountyId

县编号

integer

None.

TownId

镇编号

integer

None.

VillageId

村编号

integer

None.

TypeCode

纠纷类型编号

integer

None.

Ms

调解状态

EnumMediateStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "KeyWords": "sample string 1",
  "AppmobilePhone": "sample string 2",
  "ResmobilePhone": "sample string 3",
  "ProvinceId": "4",
  "CityId": "5",
  "CountyId": "6",
  "TownId": "7",
  "VillageId": "8",
  "TypeCode": "9",
  "Ms": 1
}

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

Response

APITResultOfDisputeStatWWModel
字段名字段说明字段类型附加信息
Data

DisputeStatWWModel

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": {
    "DisputeTodayCnt": 1,
    "DisputeCnt": 2,
    "ApplicantsCnt": 3,
    "RespondentsCnt": 4,
    "AcceptingCnt": 5,
    "AcceptingPercentage": "sample string 6",
    "InvestigatedCnt": 7,
    "InvestigatedPercentage": "sample string 8",
    "InMediationCnt": 9,
    "InMediationPercentage": "sample string 10",
    "ConfirmedCnt": 11,
    "ConfirmedPercentage": "sample string 12",
    "OverCnt": 13,
    "OverPercentage": "sample string 14"
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}