GET api/tt_stock/report?id_location_all={id_location_all}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_location_all | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Report_All_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_location | globally unique identifier |
None. |
|
| location_name | string |
None. |
|
| id_category | globally unique identifier |
None. |
|
| category_name | string |
None. |
|
| id_item | globally unique identifier |
None. |
|
| item_name | string |
None. |
|
| stock | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_location": "a8ee259b-ee3b-4781-a9db-9e235025e793",
"location_name": "sample string 2",
"id_category": "03b35a44-29f4-4410-ac1f-7b8077d391e0",
"category_name": "sample string 3",
"id_item": "0d1a683a-80ef-4de0-816e-9b6abfca3b76",
"item_name": "sample string 5",
"stock": 6.1
},
{
"$ref": "1"
}
]