You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unique identifier. For POST requests, leave it at `0` — the server will assign one automatically. For PUT requests, set it to the id of the record you want to update.
[optional]
created
Time
Creation date. It is set automatically.
[optional][readonly]
version
Integer
Row version, for optimistic concurrency. It is set automatically.
[optional][readonly]
user_id
Integer
User id. It is set automatically based on the authenticated user.
[optional][readonly]
company_id
Integer
Company id. It is set automatically based on the VAT number extracted from the invoice payload (the sender for `send`, the recipient for `receive`).
[optional][readonly]
committente
String
VAT number of the Cessionario/Committente (customer). This is automatically set based on the recipient's VAT number.
[optional][readonly]
prestatore
String
VAT number of the Cedente/Prestatore (vendor). This is automatically set based on the sender's VAT number.
[optional][readonly]
identifier
String
SDI identifier. This is set by the SDI and is guaranteed to be unique within the SDI system.
[optional][readonly]
file_name
String
Xml file name. If not provided on send, it will be auto-generated.
[optional]
format
String
SDI format (FPA12, FPR12, FSM10, ...)
[optional]
payload
String
Xml payload. This is the actual xml content, as string. On send, it can be base64 encoded. If it's not, it will be encoded before sending. It is guaranteed to be encrypted at rest.