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": "f4d1bdf9-58b3-45a3-856b-f7ae01012524",
"id": "030616ff-d29a-443f-9dd1-b3c019ab2d20",
"id_doc": "a25c2630-6f7a-4221-b01d-4298051dcf5d",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2026-05-09T09:38:29.9774357+02:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "8899d01f-e35f-4bff-b114-6a2809a10c31",
"id_doc_ref": "694c77e0-1da4-402f-9ebc-47146262c0b4"
},
{
"$ref": "1"
}
]