POST api/inquiry/GetInquiryProduct?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

InquiryBaseModel
NameDescriptionTypeAdditional information
DealerId

商家id

integer

None.

DealerName

商家名称

string

None.

PopUserName

当前账号

string

None.

SourcePlat

来源平台

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DealerId": 1,
  "DealerName": "sample string 2",
  "PopUserName": "sample string 3",
  "SourcePlat": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

{"status": "success","result": "[{\"DealerList\":[{\"Id\":供货商Id,\"DealerName\":\"供货商名称\",\"ProdQuality\":品质,\"YouKeYunAppKey\":\"有客云Appkey\"}],\"Id\":19,\"InqOrderCode\":0,\"DealerId\":买方供货商ID,\"DealerName\":买方供货商名称,\"StockId\":0,\"BmNo\":0,\"Sku\":配件编码,\"ProdName\":\"配件名称\",\"FactoryId\":主机厂id,\"CarModelId\":车型id,\"CarYearId\":年款id,\"FactoryName\":主机厂名称,\"CarModelName\":车型名称,\"CarYearName\":年款名称,\"StandardId\":标准名称id,\"StandardName\":标准名称,\"ClassId\":分类id,\"ClassName\":分类名称,\"SmallPic\":null,\"ProdBrandId\":品牌id,\"ProdBrandName\":品牌名称,\"ContentInfo\":null,\"Quantity\":需求数量,\"DealerProdNo\":供货商编码,\"Cus_OriginPlace\":产地,\"Cus_BrandId\":0,\"ProductStatus\":0,\"AddTime\":null,\"UserId\":0,\"UserName\":null,\"Memo\":备注}"}

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.