POST api/esuite/v1/tylerpayments/AutopayRegistration
This sends a request to Tyler Payments to register for autopay Tyler Payments will return a redirecturi that NWERP can use to bring up the autopay registration page in tyler payments.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| request | No documentation available. | Define this parameter in the request body. | 
Request body formats
application/json, text/json
            Sample:
        
{
  "TylerPaymentsAutoPayId": "be0a7d26-7af7-49e8-8087-bbf563ab644f",
  "CheckoutContextId": "5039b880-bd2d-414f-9319-21efc5fe32b1",
  "PaymentTypeKey": "sample string 3",
  "AccountId": "sample string 4",
  "CustomerId": "sample string 5"
}
        application/xml, text/xml
            Sample:
<AutopayRegistrationNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tyler.PaymentIntegrationGateway.Models"> <AccountId>sample string 4</AccountId> <CheckoutContextId>5039b880-bd2d-414f-9319-21efc5fe32b1</CheckoutContextId> <CustomerId>sample string 5</CustomerId> <PaymentTypeKey>sample string 3</PaymentTypeKey> <TylerPaymentsAutoPayId>be0a7d26-7af7-49e8-8087-bbf563ab644f</TylerPaymentsAutoPayId> </AutopayRegistrationNotification>
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.