POST api/productsync/popsyncproduct
pop 同步商品 p:[{DealerId:供货商Id,StockId:实物ID,ProdName:商品名称,ProdBrandName:品牌名称,StockCount:可用库存,Sku:零件编号,StandardName:标准名称,ClassName:"分类名称",SalePrice:建议销售价,InPrice:供货价,TradePrice:批发价,Memo:备注,SimpleFirstCode:拼音简写,PyCode:拼音,Cus_FactoryName:车系,Cus_OriginPlace:产地,Cus_CarModel:车型}]
Request Information
URI Parameters
None.
Body Parameters
CommonParaName | Description | Type | Additional information |
---|---|---|---|
p | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "p": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |