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": "6dea1c55-30dd-4121-94ca-a07821b1cefc",
"nro_sesion": 1,
"id_pos": "235f8db2-f9da-4558-bd5e-207c6a58a5ae",
"id_mask": "sample string 1",
"location_name": "sample string 2",
"category_name": "sample string 3",
"id_item": "df96739b-551c-49b1-8ee7-2cbc10948d7d",
"item_name": "sample string 5",
"stk_out": 1.1,
"stk_in": 1.1,
"stk_tot": 1.1
},
{
"$ref": "1"
}
]