Skip to main content

Caricamento notifiche

è possibile allegare notifiche ad una fattura in 2 modi

Contemporaneamente il caricamento fattura

 https://b2bwrite-api-test.agyo.io/api/swagger-ui/index.html?configUrl=/api/v3/api-docs/swagger-config#/InvoicesV2/uploadInvoice

...

"attachments": [
    {
      "fileName": "string",
      "content": "string"
    }
  ],

...

Dopo il caricamento fattura

https://b2bwrite-api-test.agyo.io/api/swagger-ui/index.html?configUrl=/api/v3/api-docs/swagger-config#/InvoicesV2/addNotification

{
  "notifications": [
    {
      "fileName": "string",
      "content": "string"
    }
  ]
}