POST api/v1/tyler/apautomation/eventhooks/paymentRemittanceUpdate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paymentRemittanceUpdate
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PaymentUpdateEvents": [
    {
      "PaymentReferenceNumber": "sample string 1",
      "PaymentCorrelationId": "sample string 2",
      "PaymentStatus": "sample string 3",
      "PaymentMethod": "sample string 4",
      "PaymentCheckNumber": "sample string 5"
    },
    {
      "PaymentReferenceNumber": "sample string 1",
      "PaymentCorrelationId": "sample string 2",
      "PaymentStatus": "sample string 3",
      "PaymentMethod": "sample string 4",
      "PaymentCheckNumber": "sample string 5"
    },
    {
      "PaymentReferenceNumber": "sample string 1",
      "PaymentCorrelationId": "sample string 2",
      "PaymentStatus": "sample string 3",
      "PaymentMethod": "sample string 4",
      "PaymentCheckNumber": "sample string 5"
    }
  ],
  "PaymentBatchCorrelationId": "8197121e-520a-4b6a-acf8-c0f00b48551b",
  "EventCreatedDate": "2025-05-12T04:13:18.6798784-05:00"
}

application/xml, text/xml

Sample:
<PaymentRemittanceUpdateEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APA.Integration.Payments.Models.Requests.EventHooks">
  <EventCreatedDate>2025-05-12T04:13:18.6798784-05:00</EventCreatedDate>
  <PaymentBatchCorrelationId>8197121e-520a-4b6a-acf8-c0f00b48551b</PaymentBatchCorrelationId>
  <PaymentUpdateEvents>
    <PaymentUpdateEvent>
      <PaymentCheckNumber>sample string 5</PaymentCheckNumber>
      <PaymentCorrelationId>sample string 2</PaymentCorrelationId>
      <PaymentMethod>sample string 4</PaymentMethod>
      <PaymentReferenceNumber>sample string 1</PaymentReferenceNumber>
      <PaymentStatus>sample string 3</PaymentStatus>
    </PaymentUpdateEvent>
    <PaymentUpdateEvent>
      <PaymentCheckNumber>sample string 5</PaymentCheckNumber>
      <PaymentCorrelationId>sample string 2</PaymentCorrelationId>
      <PaymentMethod>sample string 4</PaymentMethod>
      <PaymentReferenceNumber>sample string 1</PaymentReferenceNumber>
      <PaymentStatus>sample string 3</PaymentStatus>
    </PaymentUpdateEvent>
    <PaymentUpdateEvent>
      <PaymentCheckNumber>sample string 5</PaymentCheckNumber>
      <PaymentCorrelationId>sample string 2</PaymentCorrelationId>
      <PaymentMethod>sample string 4</PaymentMethod>
      <PaymentReferenceNumber>sample string 1</PaymentReferenceNumber>
      <PaymentStatus>sample string 3</PaymentStatus>
    </PaymentUpdateEvent>
  </PaymentUpdateEvents>
</PaymentRemittanceUpdateEvent>

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.