POST api/insurance/SearchInsuranceDetail?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}

查询定损单明细

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

app_key

string

None.

access_token

access_token

string

None.

timestamp

timestamp

string

None.

sign

sign

string

None.

Body Parameters

InsuranceDetailSearchPara
NameDescriptionTypeAdditional information
FreeorderId

定损单Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FreeorderId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

{ "status": "success", "result": "{\"order\":{'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`:'定损总价格'},\"rows\":[{'Id' bigint(20):'主键,自增Id','FreeorderId`:'定损单Id','Sku`:'零件号','BmNo`:'北迈号','PartName`:'配件名称','StandardNameId`:'标准名称Id','StandardName`:'标准名称','ClassName`:'配件分类名称','ClassId`:'配件分类Id','Quality`:'品质','DamagedPrice`:'残值','ServicePrice`:'4s店价格','BeiMaiPrice`:'市场价格','ConfirmPrice`:'定损价格','LastConfirmPrice`:'最终核价','PartQuantity`:'配件数量','WorkingHourQuantity`:'工时数量','WorkingHourPriceTotal`:'工时费用','PriceTotal`:'小计','ItemType`:'项目类型(0配件,1为服务)','DemoInfo`:'备注','AddDateTime`:'定损单创建时间','AddUserId`:'添加用户的Id ','AddUserName`:'添加用户真实姓名','WorkingHourRadio':'工时系数'}...]}"

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.