POST api/inquiry/AddInquiryProduct?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
添加到询价单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
app_key |
app_key |
string |
None. |
access_token |
access_token |
string |
None. |
timestamp |
timestamp |
string |
None. |
sign |
sign |
string |
None. |
Body Parameters
AddInquiryProductModelName | Description | Type | Additional information |
---|---|---|---|
AddType |
1:添加到询价单 2:快速询价 |
integer |
None. |
IsTax |
是否含税 1:含税 0:不含税 |
integer |
None. |
UserId |
用户Id |
integer |
None. |
UserName |
用户名 |
string |
None. |
Items |
询价商品明细 |
Collection of AddInquiryProductDetailModel |
None. |
DealerId |
商家id |
integer |
None. |
DealerName |
商家名称 |
string |
None. |
PopUserName |
当前账号 |
string |
None. |
SourcePlat |
来源平台 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AddType": 1, "IsTax": 2, "UserId": 3, "UserName": "sample string 4", "Items": [ { "StockId": 1, "BmNo": 2, "ProdName": "sample string 3", "FactoryId": 4, "FactoryName": "sample string 5", "CarModelId": 6, "CarModelName": "sample string 7", "CarYearId": 8, "CarYearName": "sample string 9", "StandardId": 10, "StandardName": "sample string 11", "ClassId": 12, "ClassName": "sample string 13", "ProdBrandId": 14, "ProdBrandName": "sample string 15", "ContentInfo": "sample string 16", "Sku": "sample string 17", "Cus_OriginPlace": "sample string 18", "Quantity": 19, "Memo": "sample string 20", "SalePrice": 21.0, "MindPrice": 22.0, "DealerIds": [ 1, 2 ] }, { "StockId": 1, "BmNo": 2, "ProdName": "sample string 3", "FactoryId": 4, "FactoryName": "sample string 5", "CarModelId": 6, "CarModelName": "sample string 7", "CarYearId": 8, "CarYearName": "sample string 9", "StandardId": 10, "StandardName": "sample string 11", "ClassId": 12, "ClassName": "sample string 13", "ProdBrandId": 14, "ProdBrandName": "sample string 15", "ContentInfo": "sample string 16", "Sku": "sample string 17", "Cus_OriginPlace": "sample string 18", "Quantity": 19, "Memo": "sample string 20", "SalePrice": 21.0, "MindPrice": 22.0, "DealerIds": [ 1, 2 ] } ], "DealerId": 5, "DealerName": "sample string 6", "PopUserName": "sample string 7", "SourcePlat": 8 }
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. |