POST api/pop/popGetStandardInfos?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

PopPara
NameDescriptionTypeAdditional information
DealerId

integer

None.

RootId

integer

None.

ClassId

integer

None.

FacId

integer

None.

CarModelId

integer

None.

CarYearId

integer

None.

ProdName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DealerId": 1,
  "RootId": 2,
  "ClassId": 3,
  "FacId": 4,
  "CarModelId": 5,
  "CarYearId": 6,
  "ProdName": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.