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": "bc165020-2c2b-4bab-8e3f-0bfe7901a9bb",
"id": "be9dfe3d-4bb3-49d9-ae83-cd70803c69a2",
"id_doc": "e143127d-d15e-440a-8690-2c03c3fe60ba",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-03-10T09:41:32.2048878+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "393e3f83-563c-4bc8-86ff-9a887cfa5007",
"id_doc_ref": "4bd6d7e3-00b1-4367-8741-e39907430074"
},
{
"$ref": "1"
}
]