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": "9339c6df-048f-4968-b127-98a20752ee76", "EventCreatedDate": "2025-09-15T09:26:51.8278229-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-09-15T09:26:51.8278229-05:00</EventCreatedDate> <PaymentBatchCorrelationId>9339c6df-048f-4968-b127-98a20752ee76</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.