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": "65f0babe-d4a5-4aa6-b5eb-281d129c36fd",
"id": "b2a963ef-2a57-48bc-9b09-2e76484ccdc0",
"id_doc": "0318fb56-ec58-4c5e-8bb2-a7be6288d7a4",
"doc_name": "sample string 3",
"nro_doc": "sample string 4",
"date_doc": "2025-12-08T21:28:57.4067869+01:00",
"status_del": "sample string 6",
"symbol": "sample string 7",
"qty_tot": 8.1,
"id_ref": "65f4a7f4-e8ea-4194-b5c3-0b47af10b84f",
"id_doc_ref": "da330e21-2ee0-44d4-bc20-470980127eac"
},
{
"$ref": "1"
}
]