-
Buongiorno,
vi chiedo gentilmente un supporto:
Sto creando una chiamata API per creare ORDINI/FATTURE
EsempiO:
```
{
"data": {
"type": "invoice",
"amount_net": 0,
"amount_due_discou…
-
Salve a tutti,
mi collego a questa discussione per capire se è possibile utilizzare la combinazione "amount_due_discount" + "discount_highlight" per gestire lo sconto sull'imponibile. Cosa che al…
-
**Describe the bug**
A call to `$documentsApi->modifyIssuedDocument` with malformed parameters fails silently without emitting warnings, errors, or throwing exceptions
**Env info**
- PHP 7.2
- S…
-
**Describe the bug**
`OAuth2AuthorizationCodeManager.fetchToken()` returns a `Promise`.
The class `OAuth2AuthorizationCodeTokenResponse` is said to have attributes in camelCase (tokenType, accessTok…
-
**Describe the bug**
return a 500 on [entities/clients](https://api-v2.fattureincloud.it/c/companyid/entities/clients)
{"error":{"message":"An unexpected error occurred. Contact support for more in…
-
Salve, sto cercando di creare un documento 'rapportino di lavoro' tramite api v2, ma negli scope da aggiungere prima di avere il token non è presente "issued_documents.work_reports" nella classe Scope…
-
### Discussed in https://github.com/fattureincloud/api/discussions/73
Originally posted by **doshu** September 14, 2022
Sto cercando di creare una fattura tramite l'SDK PHP
purtroppo, anche…
doshu updated
2 years ago
-
How i can send client data (as name, cf, phone) with CreateClientRequest ?
$apiInstance = new FattureInCloud\Api\ClientsApi(
// If you want use custom http client, pass your client which implem…
-
**Describe the bug**
Getting error when use OAuth2 fetchToken method.
**Env info**
- PHP version: 7.4.27
- PHP SDK version: 2.0.13
**To Reproduce**
Example code
```
$code = request()->cod…
-
Hello, I'm experiencing a problem when I try to call IssuedEInvoicesApi.getEInvoiceRejectionReason with a rejected document id.
Apparently the date field in the API reply is set to a value which cann…