GET api/Tt_Vouchers?locator_event_sp={locator_event_sp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locator_event_sp | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Vouchers_Event_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| locator_voucher | string |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| id_mask_pos | string |
None. |
|
| created_on | date |
None. |
|
| user_first_last_name | string |
None. |
|
| id_doc_sa | globally unique identifier |
None. |
|
| nro_doc | string |
None. |
|
| id_item_sub | globally unique identifier |
None. |
|
| item_name | string |
None. |
|
| ref_zone_aut | string |
None. |
|
| active | boolean |
None. |
|
| is_authorized | boolean |
None. |
|
| is_close | boolean |
None. |
|
| qr_code | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "0fbc7dd9-9f0c-4f6c-a8a1-20ef073d46dc",
"locator_voucher": "sample string 2",
"id_pos_sesion": "ab4b5924-16f2-4c13-a38e-9f6f8084b58a",
"id_mask_pos": "sample string 3",
"created_on": "2026-07-08T06:22:55.7455692+02:00",
"user_first_last_name": "sample string 5",
"id_doc_sa": "e930c8ff-79b4-4757-81d1-6734110ad4c5",
"nro_doc": "sample string 6",
"id_item_sub": "a2c135b8-7ce3-43f5-9fa6-04de75e7ae75",
"item_name": "sample string 7",
"ref_zone_aut": "sample string 8",
"active": true,
"is_authorized": true,
"is_close": true,
"qr_code": "sample string 12"
},
{
"$ref": "1"
}
]