POST api/v1/tyler/apautomation/eventhooks/paymentBatchProcessingStatusUpdate
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "365d4567-6197-43de-94c2-7b3191be7f99",
  "EventCreatedDate": "2025-10-30T05:19:15.2057498-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-10-30T05:19:15.2057498-05:00</EventCreatedDate> <PaymentBatchCorrelationId>365d4567-6197-43de-94c2-7b3191be7f99</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.