Individuals REST Endpoints

TMF 632 Party Management/Individuals
The Individuals resource lets you view, create, update, and delete individual records. Individual is a person who has any kind of relation with the organization.
Create an individual
Method: post
Path: /party/v4/individual
Delete an individual
Method: delete
Path: /party/v4/individual/{id}
Get all individuals
Method: get
Path: /party/v4/individual
Get an individual
Method: get
Path: /party/v4/individual/{id}
Update an individual
Method: patch
Path: /party/v4/individual/{id}