GET api/tt_stock/report?id_location={id_location}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_location | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Report_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. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_category": "c719d42b-f88f-4f25-9971-d0ab08ac07ab",
"category_name": "sample string 1",
"id_item": "a1fb1aac-d1ca-40e0-babb-17aabebe921d",
"item_name": "sample string 3",
"location_name": "sample string 4",
"qty_in": 1.1,
"qty_out": 1.1,
"qty_res": 1.1
},
{
"$ref": "1"
}
]