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": "4e9ca126-8a0c-4425-a28a-468149a1eb96",
    "id_item_sub": "67e0fd7c-61fa-4254-a9e8-a29f9a66b684",
    "id_item": "ab94a016-bd9b-4e50-8e17-e329f709c0b3",
    "id_item_type": "53d6b385-010e-447a-b6d8-9f9eb9fadedc",
    "id_category": "e5c083e8-2f2b-4156-8a6c-6f6b0805e398",
    "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:22:53.342426+02:00",
    "price": 1.1,
    "active_item_sub": true,
    "active_price_items": true,
    "barcode": "sample string 8"
  },
  {
    "$ref": "1"
  }
]