POST api/inquiry/GetInquiryOrderList2?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}

获取询价单列表 { "status": "success", "result": "{\"Page\":当前页,\"Count\":数据总数,\"Pages\":总页数,\"Rows\":[{\"FactoryName\":\"主机厂\",\"CarModelName\":\"车型\",\"CarYearName\":\"年款\",\"InqOrderCode\":询价单号,\"TotalQuantity\":数量,\"DealerName\":\"询价供货商\",\"AddTime\":\"询价时间\",\"OrderStatus\":询价单状态-1:已失效 1:待报价 2:已报价}...]}" }

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

app_key

string

None.

access_token

access_token

string

None.

timestamp

timestamp

string

None.

sign

sign

string

None.

Body Parameters

InquiryOrderList2SearchModel
NameDescriptionTypeAdditional information
StartTime

下单时间

date

None.

EndTime

下单时间

date

None.

Page

当前页

integer

None.

PageSize

数据行数

integer

None.

Status

询价单状态 -1:已失效 1:待报价 2:已报价

integer

None.

Assert

询价单号

string

None.

DealerId

商家id

integer

None.

DealerName

商家名称

string

None.

PopUserName

当前账号

string

None.

SourcePlat

来源平台

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StartTime": "2025-04-24T15:34:36.5805277+08:00",
  "EndTime": "2025-04-24T15:34:36.5805277+08:00",
  "Page": 1,
  "PageSize": 2,
  "Status": 1,
  "Assert": "sample string 3",
  "DealerId": 4,
  "DealerName": "sample string 5",
  "PopUserName": "sample string 6",
  "SourcePlat": 7
}

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.