POST api/GetPurchasePaymentApprovalList

获取付款申请审批列表

Request Information

URI Parameters

None.

Body Parameters

PurchasePaymentApproveParams
NameDescriptionTypeAdditional information
CompanyID

当前公司

integer

None.

SellCompanyName

供应商

string

None.

PaymentType

付款类型

integer

None.

PatmentType

付款类型

integer

None.

PaymentCompanyCode

付款公司

string

None.

SendBack

显示被退回的申请:0-全部|1-只显示退回的记录

integer

None.

SendCompanyName

终端名称

string

None.

SellCompanyCode

供应商编码

string

None.

LaunchUser

申请人

integer

None.

BeginDate

申请开始时间

date

None.

EndDate

申请结束时间

date

None.

ViewHistory

/查看申请历史: 0-全部|1-显示通过或付款退回的记录和采购员退回的数据

integer

None.

ViewPayed

/仅显示已付款数据: 0-全部|1 只显示已付款数据

integer

None.

PermissionType

查看权限:1-采购员|2-采购主管|3-财务

integer

None.

UserID

当前登陆账号

integer

None.

UserName

string

None.

OnlyMe

是否仅显示当前账号创建的 -1:全部

integer

None.

GeneralStatus

总助审批状态:0:全部|1-通过|2-驳回

integer

None.

IsCheckAllHistory

是否可以查看所有历史数据:0-否,1-是, 且 未勾退回,勾历史

integer

None.

PageIndex

当前页

integer

None.

PageSize

每页大小

integer

None.

KeyWords

关键字

string

None.

SearchType

查询类型:1-待我审批,2-我已审批,3-我发起

integer

None.

Status

审批状态(1待审批;2已通过;3已驳回)

integer

None.

IsMeApprovaled

是否是我审批过的:0-全部,1-是

integer

None.

ApprovaledType

我审批过的状态: 0-全部,1-已驳回、2-已通过、3-待审批

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "SellCompanyName": "sample string 2",
  "PaymentType": 3,
  "PatmentType": 4,
  "PaymentCompanyCode": "sample string 5",
  "SendBack": 6,
  "SendCompanyName": "sample string 7",
  "SellCompanyCode": "sample string 8",
  "LaunchUser": 9,
  "BeginDate": "2026-06-02 02:47:00",
  "EndDate": "2026-06-02 02:47:00",
  "ViewHistory": 10,
  "ViewPayed": 11,
  "PermissionType": 12,
  "UserID": 13,
  "UserName": "sample string 14",
  "OnlyMe": 15,
  "GeneralStatus": 16,
  "IsCheckAllHistory": 17,
  "PageIndex": 18,
  "PageSize": 19,
  "KeyWords": "sample string 20",
  "SearchType": 21,
  "Status": 22,
  "IsMeApprovaled": 23,
  "ApprovaledType": 24
}

application/xml, text/xml

Sample:
<PurchasePaymentApproveParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.RequestModel.PurchasePaymentApproval">
  <ApprovaledType>24</ApprovaledType>
  <BeginDate>2026-06-02T02:47:00.4321548+08:00</BeginDate>
  <CompanyID>1</CompanyID>
  <EndDate>2026-06-02T02:47:00.4321548+08:00</EndDate>
  <GeneralStatus>16</GeneralStatus>
  <IsCheckAllHistory>17</IsCheckAllHistory>
  <IsMeApprovaled>23</IsMeApprovaled>
  <KeyWords>sample string 20</KeyWords>
  <LaunchUser>9</LaunchUser>
  <OnlyMe>15</OnlyMe>
  <PageIndex>18</PageIndex>
  <PageSize>19</PageSize>
  <PatmentType>4</PatmentType>
  <PaymentCompanyCode>sample string 5</PaymentCompanyCode>
  <PaymentType>3</PaymentType>
  <PermissionType>12</PermissionType>
  <SearchType>21</SearchType>
  <SellCompanyCode>sample string 8</SellCompanyCode>
  <SellCompanyName>sample string 2</SellCompanyName>
  <SendBack>6</SendBack>
  <SendCompanyName>sample string 7</SendCompanyName>
  <Status>22</Status>
  <UserID>13</UserID>
  <UserName>sample string 14</UserName>
  <ViewHistory>10</ViewHistory>
  <ViewPayed>11</ViewPayed>
</PurchasePaymentApproveParams>

Response Information

Resource Description

获取付款申请审批列表

ApiRet
NameDescriptionTypeAdditional 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-06-02 02:47:00",
  "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-06-02T02:47:00.4634199+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>