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": "6a4c820b-d7c5-401f-87fb-c64850718149", "EventCreatedDate": "2025-05-12T01:53:21.6253791-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-05-12T01:53:21.6253791-05:00</EventCreatedDate> <PaymentBatchCorrelationId>6a4c820b-d7c5-401f-87fb-c64850718149</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.