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": "d0a5622c-b836-4b61-bf86-04c9416bc281",
    "id_item_sub": "0629ff23-d0f2-43cb-aa4d-6c15c9623b99",
    "id_item": "980fb7ba-5d5d-4c3a-b613-5e04f45569a7",
    "id_item_type": "4e57c7a1-642d-4d19-a152-0c2b25524450",
    "id_category": "8fc98d0d-00ed-4ec9-8608-70bdd8f0b678",
    "name_list": "sample string 3",
    "name_category": "sample string 4",
    "name_item": "sample string 5",
    "name_item_type": "sample string 6",
    "validity_date": "2026-09-06T06:47:47.7145595+02:00",
    "price": 1.1,
    "active_item_sub": true,
    "active_price_items": true,
    "barcode": "sample string 8"
  },
  {
    "$ref": "1"
  }
]