Modelobject

export.Filter

Properties

export.Filterobject
credit_invoice_status[]
array<string>
No description.
from
integer
No description.
hide_already_exported
No description.
id[]
array<integer>
No description.
invoice_status[]
array<string>
No description.
order_by
string
No description.
order_desc
boolean
No description.
payment_date_from
integer
No description.
payment_date_until
integer
No description.
payment_method_id
integer
No description.
payment_status[]
array<string>
No description.
period_of_performance_end
integer
No description.
period_of_performance_start
integer
No description.
purchase_invoice_status[]
array<string>
No description.
search
string
No description.
until
integer
No description.
upload_already_exported
boolean
No description.
use_payment
boolean
No description.

Example

JSON
{
  "credit_invoice_status[]": [
    "string"
  ],
  "from": 123,
  "hide_already_exported": "pain008_001_08",
  "id[]": [
    123
  ],
  "invoice_status[]": [
    "string"
  ],
  "order_by": "string",
  "order_desc": true,
  "payment_date_from": 123,
  "payment_date_until": 123,
  "payment_method_id": 123,
  "payment_status[]": [
    "string"
  ],
  "period_of_performance_end": 123,
  "period_of_performance_start": 123,
  "purchase_invoice_status[]": [
    "string"
  ],
  "search": "string",
  "until": 123,
  "upload_already_exported": true,
  "use_payment": true
}