GET api/Mt_Prices_Items?pos_name={pos_name}&id_price_list={id_price_list}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pos_name | string |
Required |
|
| id_price_list | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of mt_category_p| Name | Description | Type | Additional 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": "b92a3137-7445-4496-b41d-131ed1a53422",
"name": "sample string 2",
"order_id": 3,
"node_id": 4,
"id_item_type_default": "945b4a8c-fe1c-4ab3-886a-8b384266738b",
"colors": {
"$id": "2",
"back_color": "sample string 1",
"fore_color": "sample string 2"
},
"list_items": [
{
"$id": "3",
"id": "0c20fde0-2bc1-421d-b414-2d97669bd7e9",
"name": "sample string 2",
"tax": 3.1,
"force_print": true,
"node_id": 5,
"list_items_sub": [
{
"$id": "4",
"id_item_sub": "c5e32754-8c57-4429-a7b6-df5b3ea3d7d9",
"id_item_type": "5546918e-4901-4000-a7fc-979074f8b28b",
"name_type": "sample string 3",
"price": 4.1,
"id_price_list": "e245a5ac-7a9c-4992-a58d-6627c4e94c5e",
"node_id": 6
},
{
"$ref": "4"
}
]
},
{
"$ref": "3"
}
],
"list_items_suply": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "1"
}
]