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. |
|
| json_response | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "cb2c6cc5-14de-42d0-9fb0-f8a45208950f",
"id": "b16035bc-1b4b-43e9-b051-526f1d116fe5",
"nro_doc": "sample string 2",
"date_doc": "2026-01-10T12:09:09.2638167+01:00",
"hour_doc": "00:00:00.1234567",
"amt_tot": 4.1,
"status_del": "sample string 5",
"user": "sample string 6",
"id_doc": "5786b9f1-ef11-47c1-aa70-cd882f1e22c7",
"id_doc_ref": "f8c581b8-1890-49fd-82b7-c2b3231e277c",
"name_doc": "sample string 8",
"name_doc_ref": "sample string 9",
"date_add_ref": "2026-01-10T12:09:09.2638167+01:00",
"user_ref": "sample string 10",
"created_on": "2026-01-10T12:09:09.2638167+01:00",
"symbol": "sample string 12",
"id_ref": "f8f047c5-5e5e-4c29-add5-894e5646a2c0",
"symbol_pay": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_room_unit": "8e7f983a-22ab-4302-97a7-ca3790715225",
"pay_pos_terminal": 15,
"json_response": "sample string 16"
},
{
"$ref": "1"
}
]