We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366f916 commit 0ba4045Copy full SHA for 0ba4045
1 file changed
readme.md
@@ -83,17 +83,13 @@ $track = $this->openapi->ufficiopostale->track('123456789');
83
# Modulo visure
84
85
# Modulo imprese
86
-
87
-## `getByPartitaIva`
88
89
-### Introduction
90
91
-La funzione consente di recuperare i dati aziendali a partire dalla partita IVA
92
93
-### Description
94
95
-`function getByPartitaIva(string $partitaIva, $ttl = 86400):object`
96
97
-* $partitaIva: La partita IVA da cercare
98
-* $ttl: Time To Release, per quanti secondi la chiamata resta in cache prima di essere effettuata una seconda volta
+## Utilizzo
+Il modulo imprese espone i seguenti metodi:
+* `getByPartitaIva`
+* `getClosed`
+* `getVatGroup`
+* `getPec`
+* `getBySearch`
+
+Per `getBySearch` e `getByPartitaIva` è richiesto accesso allo scope `/advance`
99
0 commit comments