This web service allows for adding days to the next billing date and it can be accessed by this URL: https://secure.ftipgw.com/admin/ws/recurring.asmx?op=ManageContractAddDaysToNextBillDt Descriptions of the parameters are listed below.

Parameter Description
Username Required. The username of the admin user.
Password Required. The password of the admin user.
Vendor Required. The numerical Vendor/Merchant Key.
CustomerKey Required. The numerical customer key.
ContractKey Required for TransType UPDATE and DELETE. The numerical contract key.
NumofDays The number of days to be added.
ExtData Optional. Extended Data.

Example

Response
<?xml version=”1.0″ encoding=”utf-8″ ?>– <RecurringResult xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns=”http://www.tpisoft.com/Admin/ws”><CustomerKey>11</CustomerKey> <ContractKey>7</ContractKey> <CcInfoKey /> <CheckInfoKey /> <code>OK</code> <error>NextBillDate=2/28/2007</error> <Partner /> <Vendor /> <Username>vital</Username></RecurringResponse>