GET api/tt_stock/report?id_location_b={id_location_b}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_location_b | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Report_Bottles_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_category | globally unique identifier |
None. |
|
| category_name | string |
None. |
|
| id_item | globally unique identifier |
None. |
|
| item_name | string |
None. |
|
| location_name | string |
None. |
|
| qty_in | decimal number |
None. |
|
| qty_out | decimal number |
None. |
|
| qty_res | decimal number |
None. |
|
| qty_in_t | decimal number |
None. |
|
| qty_out_t | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_category": "9d2d57f1-f4c3-4965-a6c3-5ecd195f0e11",
"category_name": "sample string 1",
"id_item": "ba324599-286b-4dc0-bb9c-29563c1860c2",
"item_name": "sample string 3",
"location_name": "sample string 4",
"qty_in": 1.1,
"qty_out": 1.1,
"qty_res": 1.1,
"qty_in_t": 1.1,
"qty_out_t": 1.1
},
{
"$ref": "1"
}
]