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": "833aa4d6-5c69-40ff-9d30-6e8d5a97171d",
"id_location": "15f2e1fd-f4ee-4f3c-bd87-6481500ad63c",
"location_name": "sample string 3",
"id_doc_sa_st": "fafdcb34-f6ac-47c3-9d3f-b831c4753ab4",
"nro_doc": "sample string 5",
"doc_name": "sample string 6",
"type_doc": "sample string 7",
"date_record": "2026-07-08T06:22:50.5051225+02:00",
"id_item": "0db9d59a-7205-4c3d-9fbb-565e7aa2569b",
"items_name": "sample string 10",
"id_user_add": "23ed1c35-3280-45a3-95ab-74ec6f26fe05",
"user_name_add": "sample string 11",
"sign_stock": 12,
"stock_before": 13.1,
"qty_doc": 14.1,
"stock_after": 15.1,
"id_pos": "16a39ec7-97b7-4082-9ed6-4f358365c252",
"pos_name": "sample string 16",
"group": 1
},
{
"$ref": "1"
}
]