get_regime_fiscale_codes
Retrieve the complete list of Italian fiscal regime codes (RF01–RF19) with descriptions. Use this to select the correct code before validating a seller in electronic invoicing.
Instructions
Return the complete list of RegimeFiscale codes (RF01–RF19) with descriptions.
Call this to look up the correct fiscal regime code before calling validate_cedente_prestatore(). Every Italian seller must declare a regime: RF01 (ordinary) covers most companies; RF19 (forfettario) covers flat-rate sole traders; all other codes cover specialised VAT regimes.
Always succeeds. Returns {'codes': [{'code': str, 'description': str}, ...], 'total': int}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||