GET api/Tt_Doc_Sa?id_pos_sesion_v={id_pos_sesion_v}&id_doc_v={id_doc_v}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_v | globally unique identifier |
Required |
|
| id_doc_v | 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. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "fcf6d67a-cf34-45e4-8b13-cf7fa582f77c",
"id": "d1c430ce-edf5-44f7-aec3-1cc4cf370a72",
"nro_doc": "sample string 2",
"date_doc": "2025-12-08T21:30:30.6007651+01:00",
"hour_doc": "00:00:00.1234567",
"amt_tot": 4.1,
"status_del": "sample string 5",
"user": "sample string 6",
"id_doc": "dd5581ca-f85a-41ee-b896-07a9c9336f49",
"id_doc_ref": "e8b62ab9-c2d6-44a8-aa96-082d88623108",
"name_doc": "sample string 8",
"name_doc_ref": "sample string 9",
"date_add_ref": "2025-12-08T21:30:30.6007651+01:00",
"user_ref": "sample string 10",
"created_on": "2025-12-08T21:30:30.6007651+01:00",
"symbol": "sample string 12",
"id_ref": "79b49a76-8317-4865-a5ea-b032e7aca5f3",
"symbol_pay": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_room_unit": "7d2a3e16-b43e-4396-bba3-9347a5ebff4e",
"pay_pos_terminal": 15
},
{
"$ref": "1"
}
]