Persons REST Endpoints

Persons
The Persons resource is used for viewing publicly available information about all the active workers, as on the current date. A worker can be an employee, a contingent worker, a pending worker, or a nonworker.
Create a person
Method: post
Path: /fscmRestApi/resources/11.13.18.05/persons
Delete a person
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/persons/{Personid}
Get a person
Method: get
Path: /fscmRestApi/resources/11.13.18.05/persons/{Personid}
Get all persons
Method: get
Path: /fscmRestApi/resources/11.13.18.05/persons
Update a person
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/persons/{Personid}