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": "e3dc11a0-8f07-4564-8a19-7008fc4b27b3",
"name": "sample string 2",
"order_id": 3,
"node_id": 4,
"id_item_type_default": "20beb25d-a47a-4388-aa3d-784e3c42987f",
"list_items": [
{
"$id": "2",
"id": "80dc976b-f8d4-4440-9ce9-99385e3ac410",
"name": "sample string 2",
"tax": 3.1,
"force_print": true,
"node_id": 5,
"list_items_sub": [
{
"$id": "3",
"id_item_sub": "5af1c76d-837e-42dc-89fc-eb4876446d2d",
"id_item_type": "7066e4b3-9524-4a2d-9bf9-3944aa8dc255",
"name_type": "sample string 3",
"price": 4.1,
"id_price_list": "ad6c81cf-491f-436d-8ff8-7515a1c0b0ef",
"node_id": 6
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
],
"list_items_suply": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]