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": "0b11caed-6af4-4157-a10c-20c5cc51ca16",
"category_name": "sample string 1",
"id_item": "ac8243eb-ae54-4b36-b344-db498f9236c5",
"item_name": "sample string 3",
"location_name": "sample string 4",
"qty_in": 1.1,
"qty_out": 1.1,
"qty_res": 1.1
},
{
"$ref": "1"
}
]