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": "e9bebd90-549a-4f87-8a45-7adfafb0dc73",
"id": "4c2292ce-460d-4210-9a1e-c7ea7a7bff53",
"id_doc": "a6051e2e-5519-4863-90dd-2a695265b920",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2025-12-08T21:28:58.8826047+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "d9a48d4e-107e-4fd0-bba2-6a732daa02bd",
"id_doc_ref": "8823b301-5aac-4444-a781-60717e5f6351"
},
{
"$ref": "1"
}
]