POST api/order/getorderfreight

获取订单的运费信息 参数 bmpara: {ProvinceId:第三方ID,CityId:来源订单号,ProductList:[{stockid:商品编号,caryearid:年款ID,num:数量}]}

Request Information

URI Parameters

None.

Body Parameters

OrderFreight
NameDescriptionTypeAdditional information
ProvinceId

省份ID

integer

None.

CityId

城市ID

integer

None.

ProductList

商品信息

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProvinceId": 1,
  "CityId": 2,
  "ProductList": "sample string 3"
}

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.