# Creates a single Invoice **POST /api/invoice/invoices** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **invoice** (object) ## Responses ### 200 Creates a single Invoice #### Body: application/json (object) - **id** (integer) - **token** (string) - **number** (integer) - **manual_number_prefix** (string) - **manual_number** (integer) - **number_string** (string) - **generation_date** (string(date-time)) - **number_date** (string(date-time)) - **message** (string) - **currency** (string) - **name** (string) - **due_date** (string(date-time)) - **netto_value** (number(float)) - **brutto_value** (number(float)) - **tax_value** (number(float)) - **tax** (object) - **linked_number_title** (string) - **linked_number** (string) - **status** (string) - **previous_status** (string) - **status_updated** (string(date-time)) - **archived** (boolean) - **last_pdf_export** (string(date-time)) - **last_status_export** (string) - **base_booking_group** (object) - **search_string** (string) - **accounting_type** (object) - **payment_type** (object) - **payment_goal** (object) - **items** (array[object]) - **buyer** (object) - **payment_date** (string(date-time)) - **is_payment_date_from_ext_service** (boolean) - **direct_debit_exported** (boolean) - **offer** (object) - **time_reports** (array[object]) - **payment_provider_status** (string) - **payment_provider_reference** (string) - **payment_provider_transaction_reference** (string) - **cancel_date** (string(date-time)) - **cancel_text** (string) - **base_event_sign_up** (object) - **base_booking** (object) - **base_event_sign_up_group** (object) - **person_log_book_entry** (object) - **billing_payment_profile** (object) [Powered by Bump.sh](https://bump.sh)