GET api/Tt_Stock?id_location_g={id_location_g}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_location_g | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Group_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. |
|
| stock_ideal | decimal number |
None. |
|
| stock | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_category": "cdf84541-cf8b-4ef7-9935-fadfb972b8d0",
"category_name": "sample string 1",
"id_item": "84c5dc22-f9a1-4b46-8ae3-feadfb695a20",
"item_name": "sample string 3",
"stock_ideal": 4.1,
"stock": 5.1
},
{
"$ref": "1"
}
]