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": "bd3552f2-ca7c-4123-b24d-b0436de4270a",
"id": "d53340d7-8dad-4cb1-82ba-167bf583c1d7",
"id_doc": "baeb7a93-d61c-45ec-be21-7f9f27ede7df",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-03-10T07:05:17.3420298+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "1009d330-572d-4649-8bff-01eb3fceac1e",
"id_doc_ref": "1b364bf1-fdb3-4d7f-8497-0c35fd533e1b"
},
{
"$ref": "1"
}
]