list_beneficiary_voucher (POST)
This function is used to obtain the orders associated with a passenger.
- Endpoint :
preview.ilsbsys.com/apirest_v1/quote
Input Fields
Tag Name | Type | Size | Priority |
---|---|---|---|
token | string | 16 | (Mandatorio) |
documento | string | 50 | (Mandatorio) |
Fields
{
"request" : "list_beneficiary_voucher",
"token" : "123456789ABC",
"documento" : "121212"
}
Results
{
"nombre" : "FEDERICO",
"apellido" : "SANZ",
"documento " : "12344321",
"origen" : "CO",
"destino" : "1",
"salida" : "2025-03-22",
"retorno" : "2025-04-20",
"codigo" : "FT-2J4I74",
}
Common Error Codes
1005
: Invalid token4006
: document temporary void9208
: document no associate voucher