Data Security Profile Assignments REST Endpoints

Data Security Profile Assignments
The data security profile assignments resource is used to create, view, and modify the assignment of a data security profile to a role.
Create a data security profile assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments
Delete a data security profile assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}
Get a data security profile assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}
Get all data security profile assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments
Update a data security profile assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}