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": "aad82910-ceba-4dfb-8766-b3d66a257498",
"name": "sample string 2",
"order_id": 3,
"node_id": 4,
"id_item_type_default": "c5639b5f-3835-4115-9f9c-61a2bf9e3dc4",
"colors": {
"$id": "2",
"back_color": "sample string 1",
"fore_color": "sample string 2"
},
"list_items": [
{
"$id": "3",
"id": "f7367513-0ca4-4d30-b357-62f7d34bfdb4",
"name": "sample string 2",
"tax": 3.1,
"force_print": true,
"node_id": 5,
"list_items_sub": [
{
"$id": "4",
"id_item_sub": "d343bfbe-69e9-4e77-bbf8-bf5384e3b265",
"id_item_type": "aa5ba039-0cdf-405d-89b4-733a78ae92bd",
"name_type": "sample string 3",
"price": 4.1,
"id_price_list": "34e0d27a-7d1a-4a98-9766-c302066f0bba",
"node_id": 6
},
{
"$ref": "4"
}
]
},
{
"$ref": "3"
}
],
"list_items_suply": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "1"
}
]