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": "f76547cc-8ae0-44e0-9888-318eac131993",
"name": "sample string 2",
"order_id": 3,
"node_id": 4,
"id_item_type_default": "b236730f-f24b-4f57-9c98-bd477a24e254",
"colors": {
"$id": "2",
"back_color": "sample string 1",
"fore_color": "sample string 2"
},
"list_items": [
{
"$id": "3",
"id": "970253ff-3169-48f9-ae1c-1e9d3c7deb86",
"name": "sample string 2",
"tax": 3.1,
"force_print": true,
"node_id": 5,
"list_items_sub": [
{
"$id": "4",
"id_item_sub": "a9f60842-570e-4b7f-801e-c11ce5c1bd97",
"id_item_type": "9c584d87-90b9-4916-9c4d-d9ea190c8754",
"name_type": "sample string 3",
"price": 4.1,
"id_price_list": "2b4a3382-28ec-4d56-8d87-2a964690f199",
"node_id": 6
},
{
"$ref": "4"
}
]
},
{
"$ref": "3"
}
],
"list_items_suply": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "1"
}
]