| Contact | Donate | Imprint |
| ReactionType | PostModule |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | ReactionType | ||
| (2) Name | STRING | ReactionType |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /reactiontype/{id} | deleteReactionTypeById(id) | PostModule | DELETE | ReactionType |
| (2) /reactiontype | insertReactionType(reactiontype) | PostModule | POST | ReactionType |
| (3) /reactiontype/{id} | findReactionTypeById(id) | PostModule | GET | ReactionType |
| (4) /reactiontype/{id} | updateReactionTypeById(reactiontype) | PostModule | PUT | ReactionType |
| (5) /reaction/reactiontype/{id} | findAllReactionOfReactionType(id) | PostModule | GET | ReactionType Reaction |
| (6) /reactiontype | findAllReactionType() | PostModule | GET | ReactionType |
Example:
final ReactionType reactiontype = (ReactionType) invokeModule(POST_MODULE + "/reactiontype/" + id, ReactionType.class);| Contact | Donate | Imprint |