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: post
Path: /fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword
Delete a keyword associated to a grants personnel
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword/{PersonnelKeywordId}
Get a keyword associated to a grants personnel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword/{PersonnelKeywordId}
Get all keywords associated to a grants personnel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword
Update a grants personnel keyword
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/grantsPersonnel/{PersonId}/child/GrantsPersonnelKeyword/{PersonnelKeywordId}