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": "3ca101dd-d433-4d05-a219-8ec95dd281e0",
"category_name": "sample string 1",
"id_item": "1b20557b-d690-4843-ad39-0d570f564085",
"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"
}
]