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": "0b93ecad-9fb7-4e16-a81e-7be48bc7aa89",
"id": "46b06aa5-3ec2-408b-a9d8-66fda70653c2",
"id_doc": "2eabbced-9625-43f1-a222-88d6cd0b54d5",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-07-08T06:20:27.170887+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "ef795cd1-4a48-4d6d-b4d7-c95803b73322",
"id_doc_ref": "9e1e3ac2-5ac3-474b-8355-8c5bb86364c4"
},
{
"$ref": "1"
}
]