Instructional Texts REST Endpoints

Common Setup/Instructional Texts
The Instructional texts resource is used to view, add, delete, and modify information for an instructional text.
Create a set of instructional texts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts
Delete an Instructional text
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts/{publicSectorInstructionalTextsUniqID}
Get all Instructional texts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts
Get an Instructional text
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts/{publicSectorInstructionalTextsUniqID}
Update an Instructional text
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts/{publicSectorInstructionalTextsUniqID}