GET api/Mt_Prices_Items?id_list_v={id_list_v}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_list_v

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": "f9a253b2-6980-4982-b79d-3239a158b1fc",
    "id_item_sub": "d0ef2762-59c6-48ee-a705-b1ccde2d0cb4",
    "id_item": "c42b98f0-bdda-4266-8299-1662ebce1a1c",
    "id_item_type": "2be239cb-aea3-49af-bb25-125e91dbdbde",
    "id_category": "4866136e-cec1-42fa-9be7-f48c00e9a535",
    "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:38.1675818+02:00",
    "price": 1.1,
    "active_item_sub": true,
    "active_price_items": true,
    "barcode": "sample string 8"
  },
  {
    "$ref": "1"
  }
]