POST api/insurance/SearchInsuranceLists?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
查询定损单列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key |
app_key |
string |
None. |
| access_token |
access_token |
string |
None. |
| timestamp |
timestamp |
string |
None. |
| sign |
sign |
string |
None. |
Body Parameters
InsuranceListsSearchPara| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex |
当前页 |
integer |
None. |
| PageSize |
页数 |
integer |
None. |
| DealerId |
供货商ID |
integer |
None. |
| Role |
状态 空值全部 定损员=0, 核损员=1 |
integer |
None. |
| ReportState |
状态 空值全部 新生成=0, 已保存=1, 已完成=2,已作废=3 |
integer |
None. |
| FlowIndex |
流程状态 空值全部(排除作废) 0.待定损,1.定损中,2.定损完成(待核价) 3.核价中,4.核价通过,5.核价退回 6作废 |
integer |
None. |
| CarSeriesId |
厂牌车型Id |
integer |
None. |
| ReportTypeId |
损失类型Id |
integer |
None. |
| CarYearDemo |
生产年月(手动输入) |
string |
None. |
| RepairTypeId |
修理厂类型Id |
integer |
None. |
| AddDateTimeBegin |
定损单创建时间 |
date |
None. |
| AddDateTimeEnd |
定损单创建时间 |
date |
None. |
| QueryType |
查询类型 1报案号 2被保险人 3车牌号码 4车架号 5发动机号 |
integer |
None. |
| QueryString |
查询关键字 |
string |
None. |
Request Formats
application/json, text/json
{
"PageIndex": 1,
"PageSize": 2,
"DealerId": 3,
"Role": 1,
"ReportState": 1,
"FlowIndex": 1,
"CarSeriesId": 4,
"ReportTypeId": 5,
"CarYearDemo": "sample string 6",
"RepairTypeId": 7,
"AddDateTimeBegin": "2025-12-14T20:11:40.6558225+08:00",
"AddDateTimeEnd": "2025-12-14T20:11:40.6558225+08:00",
"QueryType": 8,
"QueryString": "sample string 9"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
{ "status": "success", "result": "{\"pageIndex\":当前页,\"pageSize\":页数,\"recordCount\":总数,\"rows\":[{'Id`:'主键,自增Id','ReportNo`:'报案号','CarUser`:'被保险人','CarNo`:'车牌号码','CarSeriesId`:'厂牌车型Id','CarSeriesName`:'厂牌车型','VinNo`:'车架号','EngineNo`:'发动机号','CarYearDemo`:'生产年月(手动输入)','CarFactoriesId`:'主机厂Id','CarFactoriesName`:'主机厂名称','CarBrandId`:'车品牌Id','CarBrandName`:'车品牌名称','CarYearId`:'车年款Id','CarYearName`:'车年款名称','ReportTypeId`:'损失类型Id','ReportTypeName`:'损失类型','RepairTypeId`:'修理厂类型Id','RepairTypeName`:'修理厂类型','RepairName`:'修理厂名称','ReportState`:'定损单的状态 0新增,1已保存,2已打印,3已作废','LastStateChangeTime`:'定损单状态最后改变时间','WorkingHourPrice`:'工时单价','AddDateTime`:'定损单创建时间','AddUserId`:'添加用户的Id ','AddUserName`:'添加用户真实姓名','PriceTotal`:'定损总价格'}...]}"
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |