Payment Schedules REST Endpoints

Payment Plan Setups/Payment Schedules
The schedules that are applied to a payer's account when they complete enrollment in a payment plan.
Delete a payment schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules/{PaymentScheduleId}
Get a payment schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules/{PaymentScheduleId}
Get payment schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules
Post payment schedules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules
Update a payment schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules/{PaymentScheduleId}