GET api/Tt_Doc_St?id_pos_a={id_pos_a}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_a | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Docs_St_By_Cancel_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| id_doc | globally unique identifier |
None. |
|
| doc_name | string |
None. |
|
| nro_doc | string |
None. |
|
| date_doc | date |
None. |
|
| status_del | string |
None. |
|
| symbol | string |
None. |
|
| qty_tot | decimal number |
None. |
|
| id_ref | globally unique identifier |
None. |
|
| id_doc_ref | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "e64964f5-d755-40f6-8714-499e3498d2f6",
"id": "d46b2ee4-6432-431a-8399-9c1399e2f40e",
"id_doc": "cd981ebb-7b4a-4317-9fb4-de6201e4b1bf",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-03-10T09:41:32.3454406+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "c8bb6246-9df6-4081-8acb-e0055291dcc4",
"id_doc_ref": "f1274689-2006-4396-a0dd-c029c0a435b7"
},
{
"$ref": "1"
}
]