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": "c38aa651-879b-4bb3-8c0f-b97697843cd4",
"id": "52052387-bdb2-43eb-8ed6-d6015073eac8",
"id_doc": "c70de85c-dc4a-48d1-8fd9-034a1702ec11",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-03-10T07:05:16.8241543+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "bf102587-be84-40c3-a941-18830a29e20b",
"id_doc_ref": "4fbbfdca-680b-4ef8-b922-f6145c0fe8eb"
},
{
"$ref": "1"
}
]