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": "8268e25a-27a1-4b76-9321-cb2122465144",
"id": "254c4703-c256-4bb1-8ea2-418ba8a7c630",
"id_doc": "1d775931-ac80-4a60-ba12-b1f8a32eef31",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-09-06T06:47:13.67621+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "b8c25d80-3969-4642-99ff-e5b8332350db",
"id_doc_ref": "f997a7be-9d7f-48c4-b245-c158c895858e"
},
{
"$ref": "1"
}
]