GET api/tt_stock/items_movements?id_item={id_item}&id_location={id_location}&id_pos={id_pos}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_item | globally unique identifier |
Required |
|
| id_location | globally unique identifier |
Required |
|
| id_pos | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Stock_Items_Movements_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_location | globally unique identifier |
None. |
|
| location_name | string |
None. |
|
| id_doc_sa_st | globally unique identifier |
None. |
|
| nro_doc | string |
None. |
|
| doc_name | string |
None. |
|
| type_doc | string |
None. |
|
| date_record | date |
None. |
|
| id_item | globally unique identifier |
None. |
|
| items_name | string |
None. |
|
| id_user_add | globally unique identifier |
None. |
|
| user_name_add | string |
None. |
|
| sign_stock | integer |
None. |
|
| stock_before | decimal number |
None. |
|
| qty_doc | decimal number |
None. |
|
| stock_after | decimal number |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| pos_name | string |
None. |
|
| group | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "5bebc6e9-ce3c-4e99-b4b5-24aaa4932d54",
"id_location": "8d3509cf-e5f7-4ec6-8b05-ec6c7030d9c3",
"location_name": "sample string 3",
"id_doc_sa_st": "728e6181-118d-44d4-a94c-9044662318fc",
"nro_doc": "sample string 5",
"doc_name": "sample string 6",
"type_doc": "sample string 7",
"date_record": "2026-05-09T09:40:57.9095933+02:00",
"id_item": "8fd4d6a3-a8bb-4a58-b789-6bfef87064d6",
"items_name": "sample string 10",
"id_user_add": "581fac73-5d2e-4111-a962-bba2c4490dbc",
"user_name_add": "sample string 11",
"sign_stock": 12,
"stock_before": 13.1,
"qty_doc": 14.1,
"stock_after": 15.1,
"id_pos": "9c839572-8dd1-4c9d-a553-15a253d47ba9",
"pos_name": "sample string 16",
"group": 1
},
{
"$ref": "1"
}
]