Project Records REST Endpoints

Project Records
The project records resource is used to associate a record to a project.
Create a set of record assignments in the project
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords
Delete a record assignment from the project
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID}
Get a record assignment from the project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID}
Get all record assignments from the project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords
Update a record assignment in the project
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID}