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": "ae2d17d8-da64-46ff-a0a6-9db657be5009",
"id": "c2409f81-ba4a-4ec5-b80f-02e55fbc2bbe",
"id_doc": "5147e23a-5b88-4785-9f6a-4e242a79fa85",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-01-10T12:09:21.0841522+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "ea477d0b-82db-44e5-97a2-b47dbc5843f4",
"id_doc_ref": "5897c5df-43a5-472d-accb-34de34a7af18"
},
{
"$ref": "1"
}
]