POST api/inquiry/GetInquiryOrder?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
InquiryOrderSearchModelName | Description | Type | Additional information |
---|---|---|---|
InqOrderCode |
询价单号 |
integer |
None. |
Rows |
数据行数 |
Collection of InquiryOrderDetail |
None. |
DealerId |
商家id |
integer |
None. |
DealerName |
商家名称 |
string |
None. |
PopUserName |
当前账号 |
string |
None. |
SourcePlat |
来源平台 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "InqOrderCode": 1, "Rows": [ { "DetailId": 1, "InquiryDealerIds": [ 1, 2 ] }, { "DetailId": 1, "InquiryDealerIds": [ 1, 2 ] } ], "DealerId": 2, "DealerName": "sample string 3", "PopUserName": "sample string 4", "SourcePlat": 5 }
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. |