Caricamento notifiche
รจ possibile allegare notifiche ad una fattura in 2 modi
Contemporaneamente il caricamento fattura
...
"attachments": [
{
"fileName": "string",
"content": "string"
}
],
...
Dopo il caricamento fattura
{
"notifications": [
{
"fileName": "string",
"content": "string"
}
]
}