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": "c4336174-e536-408c-a5dd-5119ab063a29"
}

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>c4336174-e536-408c-a5dd-5119ab063a29</TylerPaymentsAutoPayId>
</AutopayCancellationNotification>

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.