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": "49f2b2a1-aa43-4f30-9d51-36bad2cb11d3",
"id": "410c7cda-6363-49d8-b42e-c2bc7934ad6e",
"id_doc": "a7a8ed6b-4c46-482d-868f-d60349e8d16d",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-01-10T12:09:21.1467893+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "e3cb0072-15d0-4250-a2a4-0c4c5e79a34a",
"id_doc_ref": "4b2adcf3-54e1-4ed2-a173-cd402b2a50b5"
},
{
"$ref": "1"
}
]