POST api/insurance/SearchPatternSelection?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
SearchPatternSelectionPara| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId |
品牌 |
integer |
None. |
| FactoryId |
主机厂 |
integer |
None. |
| CarModelId |
车型 |
integer |
None. |
| CarYearId |
年款 |
integer |
None. |
| CarType |
汽车类型 |
integer |
None. |
| Level |
分类层级 |
integer |
None. |
| AccidentClassId |
事故分类ID |
integer |
None. |
| ImgId |
图片ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrandId": 1,
"FactoryId": 1,
"CarModelId": 2,
"CarYearId": 3,
"CarType": 1,
"Level": 4,
"AccidentClassId": 5,
"ImgId": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
{ "status": "success", "result": "[{"id":,"type":"","yid":,"title":,"imgId03":,"imgUrl01":"","anchor01":"items:[sku:\"\",x:,y:,id:,name:,partsflag:]items:[sku:\"\",x:,y:,id:,name:,partsflag:]...","carType04":,"level04":,"acid03":,"aname23":,"enable":}...]} 详见 事故图片-索引结构设计"
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. |