action apacta_get_invoices_invoice_id { label: "View invoice" provider: apacta method: GET path: "/invoices/{invoice_id}" encoding: json input: { type: "object" properties: { invoice_id: { type: "string" } } required: ["invoice_id"] additionalProperties: false } output: { type: "object" properties: { data: { type: "object" properties: { all_products_one_line: { type: "boolean" } all_working_hours_one_line: { type: "boolean" } company_id: { type: "string" format: "uuid" } contact_id: { type: "string" format: "uuid" } created: { type: "string" format: "dateTime" } created_by_id: { type: "string" format: "uuid" } currency_id: { type: "string" format: "uuid" } date_from: { type: "string" format: "date" } date_to: { type: "string" format: "date" } deleted: { type: "string" format: "dateTime" description: "Only present if it's a deleted object" } downloaded: { type: "string" format: "dateTime" } erp_id: { type: "string" } erp_payment_term_id: { type: "string" } eu_customer: { type: "boolean" } gross_payment: { type: "number" format: "float" } group_by_forms: { type: "boolean" } id: { type: "string" format: "uuid" } include_invoiced_lines: { type: "boolean" } integration_id: { type: "string" format: "uuid" } invoice_number: { type: "integer" format: "int32" } is_draft: { type: "boolean" } is_final_invoice: { type: "boolean" } is_locked: { type: "boolean" } is_offer: { type: "boolean" } issued_date: { type: "string" format: "date" } message: { type: "string" } modified: { type: "string" format: "dateTime" } net_payment: { type: "number" format: "float" } offer_number: { type: "integer" format: "int32" } order_line_group_id: { type: "string" format: "uuid" } payment_due_date: { type: "string" format: "date" } payment_term_id: { type: "string" format: "uuid" } project_id: { type: "string" format: "uuid" } project_overview_attached: { type: "boolean" } reference: { type: "string" } show_employee_name: { type: "boolean" } show_price_product_bundle: { type: "boolean" } show_prices_products_and_hours: { type: "boolean" } show_product_images: { type: "boolean" } show_products_product_bundle: { type: "boolean" } title: { type: "string" } total_cost_price: { type: "number" format: "float" } total_discount_percent: { type: "number" format: "float" } vat_percent: { type: "integer" format: "int32" } vendor_id: { type: "string" format: "uuid" } } } success: { type: "boolean" } } } }