GET api/Mt_Prices_Items?pos_name={pos_name}&id_price_list={id_price_list}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pos_name

string

Required

id_price_list

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of mt_category_p
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

name

string

None.

order_id

integer

None.

node_id

integer

None.

id_item_type_default

globally unique identifier

None.

colors

_colors

None.

list_items

Collection of mt_items_p

None.

list_items_suply

Collection of mt_items_p

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": "cde5e4a5-a6e6-488c-97f1-122a36ad9ae5",
    "name": "sample string 2",
    "order_id": 3,
    "node_id": 4,
    "id_item_type_default": "080a5c75-2c50-4408-844e-88e207f53d20",
    "colors": {
      "$id": "2",
      "back_color": "sample string 1",
      "fore_color": "sample string 2"
    },
    "list_items": [
      {
        "$id": "3",
        "id": "dcaa5029-9093-4dd6-9a7f-7c2214137174",
        "name": "sample string 2",
        "tax": 3.1,
        "force_print": true,
        "node_id": 5,
        "list_items_sub": [
          {
            "$id": "4",
            "id_item_sub": "4fc1f927-a662-4d0c-b1a0-5d3b3f775e8f",
            "id_item_type": "de17ee42-fc9a-48b1-92a3-d536d54cc8b9",
            "name_type": "sample string 3",
            "price": 4.1,
            "id_price_list": "8400aaee-52fe-4502-b2b5-ae9a61e80a79",
            "node_id": 6
          },
          {
            "$ref": "4"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ],
    "list_items_suply": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  {
    "$ref": "1"
  }
]