GET api/Mt_Prices_Items?id_pos_w={id_pos_w}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_w

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of vi_prices_items_view
NameDescriptionTypeAdditional information
id_list

globally unique identifier

None.

id_item_sub

globally unique identifier

None.

id_item

globally unique identifier

None.

id_item_type

globally unique identifier

None.

id_category

globally unique identifier

None.

name_list

string

None.

name_category

string

None.

name_item

string

None.

name_item_type

string

None.

validity_date

date

None.

price

decimal number

None.

active_item_sub

boolean

None.

active_price_items

boolean

None.

barcode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_list": "d80132c3-d01d-456e-9b17-284f29db0cba",
    "id_item_sub": "0f279245-c199-4743-98ed-456b90230b0c",
    "id_item": "524d0d0f-c17f-49e7-bff3-818fe321a36a",
    "id_item_type": "3d7772f0-962c-45a7-995b-dbc618c73277",
    "id_category": "0580b3dc-d879-4e63-8f1d-ee2371bc73ae",
    "name_list": "sample string 3",
    "name_category": "sample string 4",
    "name_item": "sample string 5",
    "name_item_type": "sample string 6",
    "validity_date": "2026-05-09T09:39:19.5610572+02:00",
    "price": 1.1,
    "active_item_sub": true,
    "active_price_items": true,
    "barcode": "sample string 8"
  },
  {
    "$ref": "1"
  }
]