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": "7a14f55e-ed32-4eb9-b04d-c4a8fdc7e499",
"category_name": "sample string 1",
"id_item": "2abe5353-eb4c-4c26-918a-604b852e283c",
"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"
}
]