GET api/tt_stock/report?id_location_all={id_location_all}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_location_all

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Stock_Report_All_Result
NameDescriptionTypeAdditional 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": "5e96bcb1-9c74-430f-bcae-a10c5aa55e56",
    "location_name": "sample string 2",
    "id_category": "a69e2a90-5505-4ae1-aedf-7cd755a03634",
    "category_name": "sample string 3",
    "id_item": "6e9692c7-3c4a-4470-a487-3e10f1ac3ee5",
    "item_name": "sample string 5",
    "stock": 6.1
  },
  {
    "$ref": "1"
  }
]