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": "f440c4bd-c928-4db8-b84e-c9d8b221f8ab",
"id": "d23294ba-44ba-4bb3-a307-37b165bc29e8",
"id_doc": "48d0e096-c97f-499f-8270-7930c44b98c0",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-09-06T06:47:11.278279+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "1916ba68-b8f6-4b9e-995f-045905e07f63",
"id_doc_ref": "2f310007-e3f8-4f02-b258-61e82a17c631"
},
{
"$ref": "1"
}
]