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": "efa381dc-5e0c-4c9e-9f5d-a0e0beda13ba",
"id": "615fb7ff-3964-4f84-9481-ccd8db6ccc39",
"id_doc": "7aad7056-18a4-4918-9901-e45b549ac916",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-05-09T09:37:44.4958906+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "a6b207d6-c64c-45a8-b7cc-797f357e2c88",
"id_doc_ref": "f51c8ffe-6a5a-4c25-852c-a3f108ccda37"
},
{
"$ref": "1"
}
]