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: postPath:
/party/v4/individual
- Delete an individual
- Method: deletePath:
/party/v4/individual/{id}
- Get all individuals
- Method: getPath:
/party/v4/individual
- Get an individual
- Method: getPath:
/party/v4/individual/{id}
- Update an individual
- Method: patchPath:
/party/v4/individual/{id}