Grants Personnel Keywords REST Endpoints
Grants Personnel/Grants Personnel Keywords
The Grants Personnel Keywords resource is used to view, create, and delete keywords that are associated to Grants personnel.
- Create grants personnel keywords
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword - Delete a keyword associated to a grants personnel
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword/{PersonnelKeywordId} - Get a keyword associated to a grants personnel
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword/{PersonnelKeywordId} - Get all keywords associated to a grants personnel
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword - Update a grants personnel keyword
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword/{PersonnelKeywordId}