Employees REST Endpoints

Employees
The employees resource is used to list the attributes of the agency staff.
Create a set of agency staff
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEmployees
Get all agency staff
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEmployees
Get an agency staff
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}
Update an agency staff
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}