- Subcategories:
- Large Object (LOB) Attributes - TextContent
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: deletePath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts/{PlanAdditionalTextId}
- Get a collection of additional text data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts
- Get an additional text
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts/{PlanAdditionalTextId}
- Post a collection of additional text data
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts
- Update an additional text
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/additionalTexts/{PlanAdditionalTextId}