POST api/product/GetThirdInPrice

获取第三方采购价

Request Information

URI Parameters

None.

Body Parameters

{"ThirdId":第三方ID,"List":"[{\"StockId\":商品编号,\"CarModelId\":车型Id}]"}

ThirdInPriceSearchModel
NameDescriptionTypeAdditional information
ThirdId

第三方id

integer

None.

List

商品编号、车型列表

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ThirdId": 1,
  "List": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

{ "status": "success","result": "[{\"CarModelId\":车型Id,\"StockId\":商品编号,\"InPrice\":第三方采购价}]"}

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.