| Services | Contact | Donate | About | Imprint |
| TaxCase | JurisdictionModule | Airbnb |
| Property | Type | Entity | Reference | Module |
| (1) AmountAssessed | DOUBLE | TaxCase | ||
| (2) Company | LONG | TaxCase | Company | CompanyModule |
| (3) Currency | STRING | TaxCase | ||
| (4) Description | STRING | TaxCase | ||
| (5) EndDate | DATE | TaxCase | ||
| (6) Jurisdiction | LONG | TaxCase | Jurisdiction | JurisdictionModule |
| (7) StartDate | DATE | TaxCase | ||
| (8) Status | STRING | TaxCase |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /taxcase/{id} | findTaxCaseById(id) | JurisdictionModule | GET | TaxCase |
| (2) /taxcase/jurisdiction/{id} | findAllTaxCaseOfJurisdiction(id) | JurisdictionModule | GET | Jurisdiction TaxCase |
| (3) /taxcase/{id} | deleteTaxCaseById(id) | JurisdictionModule | DELETE | TaxCase |
| (4) /taxcase/{id} | updateTaxCaseById(taxcase) | JurisdictionModule | PUT | TaxCase |
| (5) /taxcase | findAllTaxCase() | JurisdictionModule | GET | TaxCase |
| (6) /taxcase | insertTaxCase(taxcase) | JurisdictionModule | POST | TaxCase |
| (7) /taxcase/company/{id} | findAllTaxCaseOfCompany(id) | JurisdictionModule | GET | Company TaxCase |
Example:
final TaxCase taxcase = (TaxCase) invokeModule(JURISDICTION_MODULE + "/taxcase/" + id, TaxCase.class);| Services | Contact | Donate | About | Imprint |