POST api/WestcorPayPortal/GetNoneRemitItemsByAgent
Gets Transactions for Agents that don't use eRemit
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
req |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AgentNumber": "sample string 1", "PayStatus": "sample string 2", "PageNumber": 3, "RowsOfPage": 4, "SortingCol": "sample string 5", "SortType": "sample string 6", "Token": "sample string 7", "PartnerCode": "sample string 8" }
application/xml, text/xml
Sample:
<GetNoneRemitItemsByAgent_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Poco.WestcorPayPortalObjects"> <PartnerCode>sample string 8</PartnerCode> <Token>sample string 7</Token> <AgentNumber>sample string 1</AgentNumber> <PageNumber>3</PageNumber> <PayStatus>sample string 2</PayStatus> <RowsOfPage>4</RowsOfPage> <SortType>sample string 6</SortType> <SortingCol>sample string 5</SortingCol> </GetNoneRemitItemsByAgent_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "TransactionsID": 1, "CreatedDate": "2025-04-11T12:53:27.5433604+00:00", "PaymentSource": "sample string 3", "PaymentSourceID": "sample string 4", "Attachment": "sample string 5", "AttachmentID": 1, "AttachmentCount": 1, "TypeFile": "sample string 6", "PayStatus": "sample string 7", "PaymentDate": "2025-04-11T12:53:27.5589855+00:00", "PaymentAmount": 8.0, "CompanyID": 1, "CheckNumber": "sample string 9", "ClosingSystem": "sample string 10", "AttachmentType": "sample string 11", "AttachmentTypeID": 12, "AgentNumber": "sample string 13" }, { "TransactionsID": 1, "CreatedDate": "2025-04-11T12:53:27.5433604+00:00", "PaymentSource": "sample string 3", "PaymentSourceID": "sample string 4", "Attachment": "sample string 5", "AttachmentID": 1, "AttachmentCount": 1, "TypeFile": "sample string 6", "PayStatus": "sample string 7", "PaymentDate": "2025-04-11T12:53:27.5589855+00:00", "PaymentAmount": 8.0, "CompanyID": 1, "CheckNumber": "sample string 9", "ClosingSystem": "sample string 10", "AttachmentType": "sample string 11", "AttachmentTypeID": 12, "AgentNumber": "sample string 13" }, { "TransactionsID": 1, "CreatedDate": "2025-04-11T12:53:27.5433604+00:00", "PaymentSource": "sample string 3", "PaymentSourceID": "sample string 4", "Attachment": "sample string 5", "AttachmentID": 1, "AttachmentCount": 1, "TypeFile": "sample string 6", "PayStatus": "sample string 7", "PaymentDate": "2025-04-11T12:53:27.5589855+00:00", "PaymentAmount": 8.0, "CompanyID": 1, "CheckNumber": "sample string 9", "ClosingSystem": "sample string 10", "AttachmentType": "sample string 11", "AttachmentTypeID": 12, "AgentNumber": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfGetNoneRemitItemsByAgent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Poco.WestcorPayPortalObjects"> <GetNoneRemitItemsByAgent_Result> <AgentNumber>sample string 13</AgentNumber> <Attachment>sample string 5</Attachment> <AttachmentCount>1</AttachmentCount> <AttachmentID>1</AttachmentID> <AttachmentType>sample string 11</AttachmentType> <AttachmentTypeID>12</AttachmentTypeID> <CheckNumber>sample string 9</CheckNumber> <ClosingSystem>sample string 10</ClosingSystem> <CompanyID>1</CompanyID> <CreatedDate>2025-04-11T12:53:27.5433604+00:00</CreatedDate> <PayStatus>sample string 7</PayStatus> <PaymentAmount>8</PaymentAmount> <PaymentDate>2025-04-11T12:53:27.5589855+00:00</PaymentDate> <PaymentSource>sample string 3</PaymentSource> <PaymentSourceID>sample string 4</PaymentSourceID> <TransactionsID>1</TransactionsID> <TypeFile>sample string 6</TypeFile> </GetNoneRemitItemsByAgent_Result> <GetNoneRemitItemsByAgent_Result> <AgentNumber>sample string 13</AgentNumber> <Attachment>sample string 5</Attachment> <AttachmentCount>1</AttachmentCount> <AttachmentID>1</AttachmentID> <AttachmentType>sample string 11</AttachmentType> <AttachmentTypeID>12</AttachmentTypeID> <CheckNumber>sample string 9</CheckNumber> <ClosingSystem>sample string 10</ClosingSystem> <CompanyID>1</CompanyID> <CreatedDate>2025-04-11T12:53:27.5433604+00:00</CreatedDate> <PayStatus>sample string 7</PayStatus> <PaymentAmount>8</PaymentAmount> <PaymentDate>2025-04-11T12:53:27.5589855+00:00</PaymentDate> <PaymentSource>sample string 3</PaymentSource> <PaymentSourceID>sample string 4</PaymentSourceID> <TransactionsID>1</TransactionsID> <TypeFile>sample string 6</TypeFile> </GetNoneRemitItemsByAgent_Result> <GetNoneRemitItemsByAgent_Result> <AgentNumber>sample string 13</AgentNumber> <Attachment>sample string 5</Attachment> <AttachmentCount>1</AttachmentCount> <AttachmentID>1</AttachmentID> <AttachmentType>sample string 11</AttachmentType> <AttachmentTypeID>12</AttachmentTypeID> <CheckNumber>sample string 9</CheckNumber> <ClosingSystem>sample string 10</ClosingSystem> <CompanyID>1</CompanyID> <CreatedDate>2025-04-11T12:53:27.5433604+00:00</CreatedDate> <PayStatus>sample string 7</PayStatus> <PaymentAmount>8</PaymentAmount> <PaymentDate>2025-04-11T12:53:27.5589855+00:00</PaymentDate> <PaymentSource>sample string 3</PaymentSource> <PaymentSourceID>sample string 4</PaymentSourceID> <TransactionsID>1</TransactionsID> <TypeFile>sample string 6</TypeFile> </GetNoneRemitItemsByAgent_Result> </ArrayOfGetNoneRemitItemsByAgent_Result>