GET api/Tt_Vouchers?locator_event_sp={locator_event_sp}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locator_event_sp

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Vouchers_Event_Result
NameDescriptionTypeAdditional 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": "9b44d10e-9524-440f-b598-020d9c6bc8e1",
    "locator_voucher": "sample string 2",
    "id_pos_sesion": "7955f26a-8477-43f9-97b7-8d29b8441d17",
    "id_mask_pos": "sample string 3",
    "created_on": "2026-01-10T12:09:20.4719276+01:00",
    "user_first_last_name": "sample string 5",
    "id_doc_sa": "d430c893-510e-4759-98a1-0a55b4a86ccb",
    "nro_doc": "sample string 6",
    "id_item_sub": "7b58019b-e550-4d1e-bae4-de22204504e7",
    "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"
  }
]