Skip to content

Commit 0ba4045

Browse files
docs: add usage information for Imprese
1 parent 366f916 commit 0ba4045

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

readme.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,13 @@ $track = $this->openapi->ufficiopostale->track('123456789');
8383
# Modulo visure
8484

8585
# 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
86+
## Utilizzo
87+
Il modulo imprese espone i seguenti metodi:
88+
* `getByPartitaIva`
89+
* `getClosed`
90+
* `getVatGroup`
91+
* `getPec`
92+
* `getBySearch`
93+
94+
Per `getBySearch` e `getByPartitaIva` è richiesto accesso allo scope `/advance`
9995

0 commit comments

Comments
 (0)