InvoiceTransfer

Get a collection of InvoiceTransfer resources.

SecurityBearer
Request
query Parameters
created_at[before]
string
created_at[strictly_before]
string
created_at[after]
string
created_at[strictly_after]
string
fixed
boolean
exists[violations]
boolean
original_file_name
string
page
integer

The collection page number

itemsPerPage
integer

The number of items per page

Responses
200

InvoiceTransferOutput collection response

get/invoice-transfers
Request samples
Response samples
[
  • {
    }
]

Get a InvoiceTransfer resource by uuid.

SecurityBearer
Request
path Parameters
id
required
string
Responses
200

InvoiceTransferOutput resource response

404

Resource not found

get/invoice-transfers/{id}
Request samples
Response samples
{
  • "uuid": "string",
  • "supplier_name": "string",
  • "supplier_fiscal_id": "string",
  • "customer_name": "string",
  • "customer_fiscal_id": "string",
  • "invoice_number": "string",
  • "invoice_date": "string",
  • "invoice_type": "string",
  • "invoice_net_amount": 0,
  • "invoice_vat_amount": 0,
  • "invoice_tot_amount": 0,
  • "original_file_name": "string",
  • "reference": "string",
  • "created_at": "string",
  • "violations": "string",
  • "sent_at": "string",
  • "sdi_id": "string",
  • "sdi_file_name": "string",
  • "invoice_uuid": "string",
  • "marking": "string",
  • "notice": "string"
}

Retrieves a InvoiceTransferOutput resource.

SecurityBearer
Request
path Parameters
id
required
string
Responses
200

InvoiceTransferOutput resource response

404

Resource not found

get/invoice-transfers/{id}/download
Request samples
Response samples
{
  • "uuid": "string",
  • "supplier_name": "string",
  • "supplier_fiscal_id": "string",
  • "customer_name": "string",
  • "customer_fiscal_id": "string",
  • "invoice_number": "string",
  • "invoice_date": "string",
  • "invoice_type": "string",
  • "invoice_net_amount": 0,
  • "invoice_vat_amount": 0,
  • "invoice_tot_amount": 0,
  • "original_file_name": "string",
  • "reference": "string",
  • "created_at": "string",
  • "violations": "string",
  • "sent_at": "string",
  • "sdi_id": "string",
  • "sdi_file_name": "string",
  • "invoice_uuid": "string",
  • "marking": "string",
  • "notice": "string"
}