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": "08c3d053-baba-4c2e-a3a6-815c186b6fed",
"id": "9ddac3c1-d47e-4249-88c7-3952b044a2fe",
"id_doc": "918e67f9-20ed-4f0b-8df6-ba40294ce25e",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-07-08T06:22:55.9345091+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "268ffe80-a3da-44ba-85c1-2e49add4717f",
"id_doc_ref": "ae16c8e9-5f6b-4e52-bf9e-6fea7356c51e"
},
{
"$ref": "1"
}
]