Project Records REST Endpoints
Projects/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords - Delete a record assignment from the project
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID} - Get a record assignment from the project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID} - Get all record assignments from the project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords - Update a record assignment in the project
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID}