POST api/v1/tyler/apautomation/eventhooks/paymentBatchProcessingStatusUpdate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paymentStatusUpdate
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StatusMessage": "sample string 1",
  "PaymentBatchCorrelationId": "6d6c9dc7-1984-4120-946a-2f85f7bf000a",
  "EventCreatedDate": "2025-06-24T20:59:26.1673626-05:00"
}

application/xml, text/xml

Sample:
<PaymentStatusUpdateEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APA.Integration.Payments.Models.Requests.EventHooks">
  <EventCreatedDate>2025-06-24T20:59:26.1673626-05:00</EventCreatedDate>
  <PaymentBatchCorrelationId>6d6c9dc7-1984-4120-946a-2f85f7bf000a</PaymentBatchCorrelationId>
  <StatusMessage>sample string 1</StatusMessage>
</PaymentStatusUpdateEvent>

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.