POST api/esuite/v1/tylerpayments/AutopayCancellation

This sends a request to Tyler Payments to unenroll in an autopay registration

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TylerPaymentsAutoPayId": "564f5cf8-042c-4240-b0be-9f642f514ecf"
}

application/xml, text/xml

Sample:
<AutopayCancellationNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tyler.PaymentIntegrationGateway.Models">
  <TylerPaymentsAutoPayId>564f5cf8-042c-4240-b0be-9f642f514ecf</TylerPaymentsAutoPayId>
</AutopayCancellationNotification>

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.