GET api/Tt_Doc_Sa?id_pos_sesion_s={id_pos_sesion_s}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_s | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Docs_By_Cancel_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| nro_doc | string |
None. |
|
| date_doc | date |
None. |
|
| hour_doc | time interval |
None. |
|
| amt_tot | decimal number |
None. |
|
| status_del | string |
None. |
|
| user | string |
None. |
|
| id_doc | globally unique identifier |
None. |
|
| id_doc_ref | globally unique identifier |
None. |
|
| name_doc | string |
None. |
|
| name_doc_ref | string |
None. |
|
| date_add_ref | date |
None. |
|
| user_ref | string |
None. |
|
| created_on | date |
None. |
|
| symbol | string |
None. |
|
| id_ref | globally unique identifier |
None. |
|
| symbol_pay | string |
None. |
|
| ref_zone_aut | string |
None. |
|
| id_room_unit | globally unique identifier |
None. |
|
| pay_pos_terminal | integer |
None. |
|
| json_response | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "c852af82-d185-4fec-a6cb-19dce7b0ad5f",
"id": "12210298-0995-488d-b4ca-b3b206634165",
"nro_doc": "sample string 2",
"date_doc": "2026-05-09T09:39:26.5670717+02:00",
"hour_doc": "00:00:00.1234567",
"amt_tot": 4.1,
"status_del": "sample string 5",
"user": "sample string 6",
"id_doc": "5c559412-a2ea-412f-8db3-92a46726059a",
"id_doc_ref": "e6cf9588-3acb-498f-9e10-156b2e3299d3",
"name_doc": "sample string 8",
"name_doc_ref": "sample string 9",
"date_add_ref": "2026-05-09T09:39:26.5670717+02:00",
"user_ref": "sample string 10",
"created_on": "2026-05-09T09:39:26.5670717+02:00",
"symbol": "sample string 12",
"id_ref": "93e6384f-0321-49f6-81ba-363f8cd291e8",
"symbol_pay": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_room_unit": "761f7a8a-1301-4b33-8dd4-6c48b92de5d2",
"pay_pos_terminal": 15,
"json_response": "sample string 16"
},
{
"$ref": "1"
}
]