POST api/WestcorPayPortal/UpdateTransactionNonRemit

Updates a non remittance agents transaction

Request Information

Parameters

NameDescriptionAdditional information
req

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TransactionsID": 1,
  "PaymentSource": "sample string 2",
  "PaymentSourceID": "sample string 3",
  "FileMainID": 1,
  "AgentNumber": "sample string 4",
  "NetRemitAmount": 5.0,
  "PaymentDate": "2025-04-11T12:55:52.6208859+00:00",
  "PaymentAmount": 1.0,
  "Description": "sample string 6",
  "ClosingSystemID": 1,
  "PaidItemCount": 1,
  "CreatedDate": "2025-04-11T12:55:52.6208859+00:00",
  "CreatedBy": 8,
  "UpdatedDate": "2025-04-11T12:55:52.6208859+00:00",
  "UpdatedBy": "sample string 9",
  "Policies": [
    1,
    2,
    3
  ],
  "AttachmentTypeID": 10,
  "Active": true,
  "Token": "sample string 11",
  "PartnerCode": "sample string 12"
}

application/xml, text/xml

Sample:
<UpdateTransaction_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Poco.WestcorPayPortalObjects">
  <PartnerCode>sample string 12</PartnerCode>
  <Token>sample string 11</Token>
  <Active>true</Active>
  <AgentNumber>sample string 4</AgentNumber>
  <AttachmentTypeID>10</AttachmentTypeID>
  <ClosingSystemID>1</ClosingSystemID>
  <CreatedBy>8</CreatedBy>
  <CreatedDate>2025-04-11T12:55:52.6208859+00:00</CreatedDate>
  <Description>sample string 6</Description>
  <FileMainID>1</FileMainID>
  <NetRemitAmount>5</NetRemitAmount>
  <PaidItemCount>1</PaidItemCount>
  <PaymentAmount>1</PaymentAmount>
  <PaymentDate>2025-04-11T12:55:52.6208859+00:00</PaymentDate>
  <PaymentSource>sample string 2</PaymentSource>
  <PaymentSourceID>sample string 3</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 9</UpdatedBy>
  <UpdatedDate>2025-04-11T12:55:52.6208859+00:00</UpdatedDate>
  <TransactionsID>1</TransactionsID>
</UpdateTransaction_Request>

application/x-www-form-urlencoded

Sample:

Sample not available.