v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

addInvoices invoice

Add invoices for an end customer by ops

post/ops/invoices

Request body

send_emailboolean required

Should adding invoices trigger email to the user

Example request

{
  "invoices": [
    {
      "amount": {
        "currency": "EUR",
        "gross": 119000,
        "net": 100000
      },
      "confirm_overwrite": false,
      "contract_type": "rent",
      "duration": 6,
      "encrypted_invoice_number": "abc123",
      "file": "abc123",
      "invoice_date": "abc123",
      "order_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "seller_offer_reference": "abc123",
      "transaction_type": "invoice",
      "withdrawal_date": "1970-01-01T00:00:01Z"
    },
    {
      "amount": {
        "currency": "EUR",
        "gross": 119000,
        "net": 100000
      },
      "confirm_overwrite": false,
      "contract_type": "rent",
      "duration": 6,
      "encrypted_invoice_number": "abc123",
      "file": "abc123",
      "invoice_date": "abc123",
      "order_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "seller_offer_reference": "abc123",
      "transaction_type": "invoice",
      "withdrawal_date": "1970-01-01T00:00:01Z"
    }
  ],
  "send_email": false
}

Response

OK response.