Additional Texts REST Endpoints

Payment Plan Setups/Additional Texts
Rich text fields presented to the payer during enrollment that allow the school to describe the details of the plan and the terms and conditions associated with enrollment in the plan.
Delete an additional text
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts/{PlanAdditionalTextId}
Get a collection of additional text data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts
Get an additional text
Method: get
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts/{PlanAdditionalTextId}
Post a collection of additional text data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts
Update an additional text
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts/{PlanAdditionalTextId}