POST api/GetPriceConfirmInfoLst
在线价格确认列表查询
Request Information
URI Parameters
None.
Body Parameters
PriceConfirmLstParas| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyWords |
关键字搜索 |
string |
None. |
| SellCompanyName |
供应商名称 |
string |
None. |
| BuyCompanyName |
买方名称 |
string |
None. |
| SendCompanyName |
终端名称 |
string |
None. |
| Status |
确认状态 -1 全部 1 待反馈 2 已反馈 |
integer |
None. |
| BeginDate |
开始时间 |
string |
None. |
| EndDate |
结束时间 |
string |
None. |
| InvCode |
物料号 |
string |
None. |
| InvName |
物料名称 |
string |
None. |
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| OnlyMe |
1:只看我创建的 |
integer |
None. |
| FeedbackStatus |
反馈状态 |
integer |
None. |
| ApprovalStatus |
审核状态 |
integer |
None. |
| SAPStatus |
SAP状态 |
integer |
None. |
| CheckedDetailsList |
选中的明细idx |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeyWords": "sample string 1",
"SellCompanyName": "sample string 2",
"BuyCompanyName": "sample string 3",
"SendCompanyName": "sample string 4",
"Status": 5,
"BeginDate": "sample string 6",
"EndDate": "sample string 7",
"InvCode": "sample string 8",
"InvName": "sample string 9",
"PageIndex": 10,
"PageSize": 11,
"OnlyMe": 12,
"FeedbackStatus": 13,
"ApprovalStatus": 14,
"SAPStatus": 15,
"CheckedDetailsList": "sample string 16"
}
application/xml, text/xml
Sample:
<PriceConfirmLstParas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.PriceConfirm"> <ApprovalStatus>14</ApprovalStatus> <BeginDate>sample string 6</BeginDate> <BuyCompanyName>sample string 3</BuyCompanyName> <CheckedDetailsList>sample string 16</CheckedDetailsList> <EndDate>sample string 7</EndDate> <FeedbackStatus>13</FeedbackStatus> <InvCode>sample string 8</InvCode> <InvName>sample string 9</InvName> <KeyWords>sample string 1</KeyWords> <OnlyMe>12</OnlyMe> <PageIndex>10</PageIndex> <PageSize>11</PageSize> <SAPStatus>15</SAPStatus> <SellCompanyName>sample string 2</SellCompanyName> <SendCompanyName>sample string 4</SendCompanyName> <Status>5</Status> </PriceConfirmLstParas>
Response Information
Resource Description
在线价格确认列表查询
ApiRet| Name | Description | Type | Additional information |
|---|---|---|---|
| RetCode |
状态码 |
string |
None. |
| RetMsg |
状态描述 |
string |
None. |
| Message |
数据实体 |
Object |
None. |
| Total |
查询结果所有页的总条数 |
integer |
None. |
| TotalPage |
总页数 |
integer |
None. |
| Redirect |
需重定向的地址 |
string |
None. |
| FieldStr |
列表字段管理 |
Object |
None. |
| CurrentTime |
当前时间 |
date |
None. |
| IDX |
主键 |
integer |
None. |
| DelFlag |
删除标识 0未删除 1:已删除 |
integer |
None. |
| PageIndex |
列表请求参数 |
integer |
None. |
| PageSize |
列表请求参数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RetCode": "sample string 1",
"RetMsg": "sample string 2",
"Message": {},
"Total": 4,
"TotalPage": 5,
"Redirect": "sample string 6",
"FieldStr": {},
"CurrentTime": "2026-04-05 22:39:13",
"IDX": 9,
"DelFlag": 10,
"PageIndex": 11,
"PageSize": 12
}
application/xml, text/xml
Sample:
<ApiRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.Common"> <_x003C_DelFlag_x003E_k__BackingField>10</_x003C_DelFlag_x003E_k__BackingField> <_x003C_IDX_x003E_k__BackingField>9</_x003C_IDX_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField> <CurrentTime>2026-04-05T22:39:13.7153347+08:00</CurrentTime> <FieldStr /> <Message /> <Redirect>sample string 6</Redirect> <RetCode>sample string 1</RetCode> <RetMsg>sample string 2</RetMsg> <Total>4</Total> <TotalPage>5</TotalPage> </ApiRet>