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. |
|
| 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": "3776e184-a9d2-413f-b471-db865237a28b",
"name": "sample string 2",
"order_id": 3,
"node_id": 4,
"id_item_type_default": "3ce45331-19e0-4ef3-97a6-9fb9071523be",
"list_items": [
{
"$id": "2",
"id": "4818cba4-3301-40c2-86f7-dab2fbfd0523",
"name": "sample string 2",
"tax": 3.1,
"force_print": true,
"node_id": 5,
"list_items_sub": [
{
"$id": "3",
"id_item_sub": "41b9c114-fdb3-449d-909d-df5eabf584dd",
"id_item_type": "716dd8c3-b9f1-4ab5-8456-70c9a34d5352",
"name_type": "sample string 3",
"price": 4.1,
"id_price_list": "590f726e-b37b-4776-b3e5-25567014af9d",
"node_id": 6
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
],
"list_items_suply": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]