POST api/shopcart/loadConfirmCreateOrder?userId={userId}

加载下单信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

用户ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

prodNames:商品名称,totalProdPrice:总价,totalQuantity:总数量, rows:List[Quantity:数量, DealerId:供货商ID, UserId:用户ID, FactoryName:主机厂, CarModelName:车型, CarYearName:年款, IsChecked:是否选中, Sku:零件编号, SpecialNote:商家特殊说明, StockId:实物ID,ProdName:商品名称,StandardName:标准名称,DealerProdNo:商家编号,ProdBrandName:商品品牌名称,ContentInfo:技术参数,SalePrice:售价,SmallPic:封面图片,StandardId:标准名称ID]

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.