Create a new Extra SDI Invoice. As response you will get back the uuid of the created resource.
The invoice will be available within the GET /invoices?type=3
collection or
using the usual GET /invoices/{uuid}
HTTP request.
The new InvoiceExtraSDI resource
InvoiceExtraSDI resource created
Invalid input
Resource not found
{- "payload": "string",
- "type": 3,
- "recipient": {
- "fiscal_code": "string",
- "vat": "string",
- "country": "string",
- "business_name": "string"
}, - "sender": {
- "fiscal_code": "string",
- "vat": "string",
- "country": "string",
- "business_name": "string"
}, - "date": "2019-08-24T14:15:22Z",
- "number": "string",
- "filename": "string",
- "metadata": {
- "registration_protocol": "string",
- "registration_date": "string",
- "sectional": "string",
- "reference": "string",
- "year": "string",
- "filename": "string"
}
}
{- "uuid": "string"
}