| Contact | Donate | Imprint |
| Person | PersonModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) Biography | STRING | Person | ||
| (2) BirthYear | LONG | Person | ||
| (3) FirstName | STRING | Person | ||
| (4) FullName | STRING | Person | ||
| (5) LastName | STRING | Person |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /programparticipation/participantperson/{id} | findAllProgramParticipationOfParticipantPerson(id) | CompanyModule | GET | Person ProgramParticipation |
| (2) /controversyactor/actorperson/{id} | findAllControversyActorOfActorPerson(id) | ControversyModule | GET | Person ControversyActor |
| (3) /person/{id} | updatePersonById(person) | PersonModule | PUT | Person |
| (4) /person | findAllPerson() | PersonModule | GET | Person |
| (5) /companyrole/person/{id} | findAllCompanyRoleOfPerson(id) | PersonModule | GET | Person CompanyRole |
| (6) /lawsuitparty/partyperson/{id} | findAllLawsuitPartyOfPartyPerson(id) | PersonModule | GET | Person LawsuitParty |
| (7) /person | insertPerson(person) | PersonModule | POST | Person |
| (8) /person/{id} | findPersonById(id) | PersonModule | GET | Person |
| (9) /person/{id} | deletePersonById(id) | PersonModule | DELETE | Person |
Example:
final Person person = (Person) invokeModule(PERSON_MODULE + "/person/" + id, Person.class);| Contact | Donate | Imprint |