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": "0cea7ec8-1c48-48df-8eb6-5c687269c79e",
"id": "48863ecc-7a79-45be-afb4-6ef77ecc0fd6",
"id_doc": "e27a5a0a-f7a9-49e1-813b-6b4634ec8121",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-07-08T06:22:55.9812171+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "5cd8f000-7ee9-4432-aaa4-b82390cae6ab",
"id_doc_ref": "69af3f06-74cc-4d3a-9ec7-a133d666b5d8"
},
{
"$ref": "1"
}
]