The CreateSchedule Change the date payment collections will occur on an Account. This will change the current and any future Payment Schedules that have been defined for the Account.
Kin Chee (Unlicensed) please update this use case with a scenario and values.
Specify the following parameters:
Installment
PaymentFrequency
MinimumEffectiveDate
DeleteFutureSchedules
AdjustFutureSchedules
OverrideBillingCycleAlignment- Set to true.
PreviousScheduleEndDate
The date specified as the new payment date parameter (MinimumEffectiveDate) must be within the next payment cycle for the Account.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:deb="Debitsuccess.WebServices.WCF" xmlns:deb1="http://schemas.datacontract.org/2004/07/Debitsuccess.WebServices.Core"> <soap:Header/> <soap:Body> <deb:CreateSchedule> <deb:request> <deb1:DateCreated>?</deb1:DateCreated> <deb1:RequestInitiator>?</deb1:RequestInitiator> <deb1:User> <deb1:Id>?</deb1:Id> <deb1:Password>?</deb1:Password> <deb1:Username>?</deb1:Username> </deb1:User> <deb1:AccountReferenceNo>?</deb1:AccountReferenceNo> <deb1:ExternalAccountReferenceNo>?</deb1:ExternalAccountReferenceNo> <deb1:AdjustFutureSchedules>?</deb1:AdjustFutureSchedules> <deb1:DeleteFutureSchedules>?</deb1:DeleteFutureSchedules> <deb1:NewPaySchedule> <deb1:Id>?</deb1:Id> <deb1:Description>?</deb1:Description> <deb1:Installment>?</deb1:Installment> <deb1:PaymentFrequency>?</deb1:PaymentFrequency> <deb1:ScheduleId>?</deb1:ScheduleId> <deb1:EndDate>?</deb1:EndDate> <deb1:MinimumEffectiveDate>?</deb1:MinimumEffectiveDate> </deb1:NewPaySchedule> </deb:request> </deb:CreateSchedule> </soap:Body> </soap:Envelope>
Add Comment