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