v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
InvoicePos

Retrieve InvoicePos

There are a multitude of parameter which can be used to filter.

get/InvoicePos

Query parameters

idnumber

Retrieve all InvoicePos with this InvoicePos id

invoice[id]number

Retrieve all invoices positions with this invoice. Must be provided with invoice[objectName]

invoice[objectName]string

Only required if invoice[id] was provided. 'Invoice' should be used as value.

part[id]number

Retrieve all invoices positions with this part. Must be provided with part[objectName]

part[objectName]string

Only required if part[id] was provided. 'Part' should be used as value.

Response

Successful operation

Example response

{
  "objects": [
    {
      "objectName": "InvoicePos",
      "create": "01.01.2020",
      "update": "01.01.2020",
      "invoice": {
        "id": "1",
        "objectName": "Invoice"
      },
      "part": {
        "id": "1",
        "objectName": "Part"
      },
      "quantity": true,
      "price": "100",
      "name": "Dragonglass",
      "unity": {
        "id": "1",
        "objectName": "Unity"
      },
      "sevClient": {
        "id": "1",
        "objectName": "SevClient"
      },
      "positionNumber": "0",
      "discount": "0",
      "taxRate": "19",
      "sumDiscount": "0",
      "sumNetAccounting": "0",
      "sumTaxAccounting": "0",
      "sumGrossAccounting": "0",
      "priceNet": "0",
      "priceGross": "100",
      "priceTax": "0"
    }
  ]
}