POST api/WestcorPayPortal/InsertTransactionRemit

Inserts transaction for eRemit Agents

Request Information

Parameters

NameDescriptionAdditional information
req

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PaymentSource": "sample string 1",
  "PaymentSourceID": "sample string 2",
  "FileMainID": 1,
  "AgentNumber": "sample string 3",
  "NetRemitAmount": 4.0,
  "PaymentDate": "2025-04-11T12:51:05.9038954+00:00",
  "PaymentAmount": 1.0,
  "Description": "sample string 5",
  "ClosingSystemID": 1,
  "PaidItemCount": 1,
  "CreatedDate": "2025-04-11T12:51:05.9038954+00:00",
  "CreatedBy": 7,
  "UpdatedDate": "2025-04-11T12:51:05.9038954+00:00",
  "UpdatedBy": "sample string 8",
  "Policies": [
    1,
    2,
    3
  ],
  "AttachmentTypeID": 9,
  "Active": true,
  "Token": "sample string 10",
  "PartnerCode": "sample string 11"
}

application/xml, text/xml

Sample:
<InsertTransaction_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Poco.WestcorPayPortalObjects">
  <PartnerCode>sample string 11</PartnerCode>
  <Token>sample string 10</Token>
  <Active>true</Active>
  <AgentNumber>sample string 3</AgentNumber>
  <AttachmentTypeID>9</AttachmentTypeID>
  <ClosingSystemID>1</ClosingSystemID>
  <CreatedBy>7</CreatedBy>
  <CreatedDate>2025-04-11T12:51:05.9038954+00:00</CreatedDate>
  <Description>sample string 5</Description>
  <FileMainID>1</FileMainID>
  <NetRemitAmount>4</NetRemitAmount>
  <PaidItemCount>1</PaidItemCount>
  <PaymentAmount>1</PaymentAmount>
  <PaymentDate>2025-04-11T12:51:05.9038954+00:00</PaymentDate>
  <PaymentSource>sample string 1</PaymentSource>
  <PaymentSourceID>sample string 2</PaymentSourceID>
  <Policies xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </Policies>
  <UpdatedBy>sample string 8</UpdatedBy>
  <UpdatedDate>2025-04-11T12:51:05.9038954+00:00</UpdatedDate>
</InsertTransaction_Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>