HED Task Setups REST Endpoints

HED Task Setups
The higher education task setups resource provides a list of task setups. Examples include Task to provide letter of recommendation or Task to submit certificates.
Create a higher education task setups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedTaskSetups
Delete a higher education task setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedTaskSetups/{TaskId}
Get a higher education task setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedTaskSetups/{TaskId}
Get all higher education task setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedTaskSetups
Update a higher education task setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedTaskSetups/{TaskId}