Drop Scheme Settings Assignments REST Endpoints

Drop Scheme Settings/Drop Scheme Settings Assignments
Drop scheme assignments represent the academic entities assigned to the drop scheme settings.
Create all assignments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/dropSchemes/{DropSchemeId}/child/assignments
Delete an assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/dropSchemes/{DropSchemeId}/child/assignments/{SettingsAssignmentId}
Get all assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/dropSchemes/{DropSchemeId}/child/assignments
Get an assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/dropSchemes/{DropSchemeId}/child/assignments/{SettingsAssignmentId}
Update an assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/dropSchemes/{DropSchemeId}/child/assignments/{SettingsAssignmentId}