v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
CreditNotePos

Retrieve creditNote positions

Retrieve all creditNote positions depending on the filters defined in the query.

get/CreditNotePos

Query parameters

creditNote[id]integer

Retrieve all creditNote positions belonging to this creditNote. Must be provided with creditNote[objectName]

creditNote[objectName]string

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

Response

Successful operation

Example response

{
  "objects": [
    {
      "id": "1",
      "objectName": "CreditNotePos",
      "create": "2023-04-18T15:45:38+02:00",
      "update": "2023-04-18T15:45:38+02:00",
      "creditNote": {
        "id": "1",
        "objectName": "creditNote"
      },
      "part": {
        "id": "1",
        "objectName": "Part"
      },
      "quantity": "1",
      "price": "100",
      "priceNet": "100",
      "priceTax": "19",
      "priceGross": "119",
      "name": "Dragonglass",
      "unity": {
        "id": "1",
        "objectName": "Unity"
      },
      "sevClient": {
        "id": "1",
        "objectName": "SevClient"
      },
      "positionNumber": "1",
      "discount": "0",
      "taxRate": "19",
      "sumDiscount": "0"
    }
  ]
}