GET api/infolicencia/getLicenciaByID?cedula={cedula}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cedula

string

Required

Body Parameters

None.

Response Information

Resource Description

INFOLICENCIA
NameDescriptionTypeAdditional information
CedulaChofer

string

None.

Nombre_Chofer

string

None.

Categoria_Licencia

string

None.

Fecha_Expiracion_Licencia

date

None.

Licencia_Vencida

string

None.

TelefonoChofer

string

None.

Edad_Anos

string

None.

MessageR

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CedulaChofer": "sample string 1",
  "Nombre_Chofer": "sample string 2",
  "Categoria_Licencia": "sample string 3",
  "Fecha_Expiracion_Licencia": "2025-12-12T15:41:46.5961576-04:00",
  "Licencia_Vencida": "sample string 4",
  "TelefonoChofer": "sample string 5",
  "Edad_Anos": "sample string 6",
  "MessageR": "sample string 7"
}

application/xml, text/xml

Sample:
<INFOLICENCIA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSFirst.Models">
  <Categoria_Licencia>sample string 3</Categoria_Licencia>
  <CedulaChofer>sample string 1</CedulaChofer>
  <Edad_Anos>sample string 6</Edad_Anos>
  <Fecha_Expiracion_Licencia>2025-12-12T15:41:46.5961576-04:00</Fecha_Expiracion_Licencia>
  <Licencia_Vencida>sample string 4</Licencia_Vencida>
  <MessageR>sample string 7</MessageR>
  <Nombre_Chofer>sample string 2</Nombre_Chofer>
  <TelefonoChofer>sample string 5</TelefonoChofer>
</INFOLICENCIA>