GET api/Tt_Stock?id_pos_sesion_b={id_pos_sesion_b}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_b | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Report_Sesion_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| nro_sesion | integer |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| id_mask | string |
None. |
|
| location_name | string |
None. |
|
| category_name | string |
None. |
|
| id_item | globally unique identifier |
None. |
|
| item_name | string |
None. |
|
| stk_out | decimal number |
None. |
|
| stk_in | decimal number |
None. |
|
| stk_tot | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "01b75943-1df7-47c3-ae88-8bc6fec14186",
"nro_sesion": 1,
"id_pos": "43f5089b-20d4-4cc7-bc47-fbdbdc490225",
"id_mask": "sample string 1",
"location_name": "sample string 2",
"category_name": "sample string 3",
"id_item": "8f1e75c1-1725-4f5a-93df-c0652b50d140",
"item_name": "sample string 5",
"stk_out": 1.1,
"stk_in": 1.1,
"stk_tot": 1.1
},
{
"$ref": "1"
}
]