GET api/Tt_Doc_St?id_pos_b={id_pos_b}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_b | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Docs_St_By_Cancel_Pos_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": "b2e5f093-6c95-40d3-9c75-d71c94145b58",
"id": "6699a971-fa29-4012-983b-3ae423758c5d",
"id_doc": "bc76ace6-5976-4b20-a389-54a2f4472eb0",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-05-09T09:37:41.3758868+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "d5d70467-73e3-4e46-82e1-c60fd8f342d6",
"id_doc_ref": "fd088a4e-dd84-44ad-9d6c-c04c84af2a18"
},
{
"$ref": "1"
}
]