Metodo per modificare lo stato di una fattura ricevuta, letta o non letta.
Method | URI |
---|---|
POST |
https://fatture.keliweb.it/api/change-inbox-status |
Parameter | Type | Description | Required |
---|---|---|---|
HTTP headers: Authorization |
string | Bearer + the token to access APIs |
Yes |
invoiceId |
integer | ID univoco della fattura (relativo al DB locale) | required_without:identificativoSdI |
identificativoSdI |
integer | ID univoco della fattura dato dal SDI | required_without:invoiceId |
mark_as_read |
boolean | Imposta la fattura come letta/non letta | Yes |
Parameter | Type | Description |
---|---|---|
inbox |
string | dettagli della fattura ricevuta, in formato JSON |