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": "02c15740-cc9e-4e9e-baaf-7eb2a0298db5",
    "id_item_sub": "7afb569e-1033-4b63-90c0-d60a2f0bbeb4",
    "id_item": "f66ff4d4-752e-4735-a350-7696371079c5",
    "id_item_type": "8792d4fe-4fea-4e04-ae86-2f9c6ecfb82a",
    "id_category": "24215a9b-3aa2-4eef-a96f-a48c9d91978d",
    "name_list": "sample string 3",
    "name_category": "sample string 4",
    "name_item": "sample string 5",
    "name_item_type": "sample string 6",
    "validity_date": "2026-07-08T06:20:25.1184039+02:00",
    "price": 1.1,
    "active_item_sub": true,
    "active_price_items": true,
    "barcode": "sample string 8"
  },
  {
    "$ref": "1"
  }
]