GET ConsultaProveedores

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProveedorEnt
NameDescriptionTypeAdditional information
ID_Proveedor

integer

None.

ID_Identificacion

integer

None.

Nombre_Identificacion

string

None.

Nombre_Proveedor

string

None.

Apellido_Proveedor

string

None.

Cedula_Proveedor

string

None.

Direccion_Exacta

string

None.

Estado_Proveedor

integer

None.

Empresa

integer

None.

Telefono

string

None.

Correo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID_Proveedor": 1,
    "ID_Identificacion": 2,
    "Nombre_Identificacion": "sample string 3",
    "Nombre_Proveedor": "sample string 4",
    "Apellido_Proveedor": "sample string 5",
    "Cedula_Proveedor": "sample string 6",
    "Direccion_Exacta": "sample string 7",
    "Estado_Proveedor": 8,
    "Empresa": 9,
    "Telefono": "sample string 10",
    "Correo": "sample string 11"
  },
  {
    "ID_Proveedor": 1,
    "ID_Identificacion": 2,
    "Nombre_Identificacion": "sample string 3",
    "Nombre_Proveedor": "sample string 4",
    "Apellido_Proveedor": "sample string 5",
    "Cedula_Proveedor": "sample string 6",
    "Direccion_Exacta": "sample string 7",
    "Estado_Proveedor": 8,
    "Empresa": 9,
    "Telefono": "sample string 10",
    "Correo": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProveedorEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIProyectoSC_601.Entities">
  <ProveedorEnt>
    <Apellido_Proveedor>sample string 5</Apellido_Proveedor>
    <Cedula_Proveedor>sample string 6</Cedula_Proveedor>
    <Correo>sample string 11</Correo>
    <Direccion_Exacta>sample string 7</Direccion_Exacta>
    <Empresa>9</Empresa>
    <Estado_Proveedor>8</Estado_Proveedor>
    <ID_Identificacion>2</ID_Identificacion>
    <ID_Proveedor>1</ID_Proveedor>
    <Nombre_Identificacion>sample string 3</Nombre_Identificacion>
    <Nombre_Proveedor>sample string 4</Nombre_Proveedor>
    <Telefono>sample string 10</Telefono>
  </ProveedorEnt>
  <ProveedorEnt>
    <Apellido_Proveedor>sample string 5</Apellido_Proveedor>
    <Cedula_Proveedor>sample string 6</Cedula_Proveedor>
    <Correo>sample string 11</Correo>
    <Direccion_Exacta>sample string 7</Direccion_Exacta>
    <Empresa>9</Empresa>
    <Estado_Proveedor>8</Estado_Proveedor>
    <ID_Identificacion>2</ID_Identificacion>
    <ID_Proveedor>1</ID_Proveedor>
    <Nombre_Identificacion>sample string 3</Nombre_Identificacion>
    <Nombre_Proveedor>sample string 4</Nombre_Proveedor>
    <Telefono>sample string 10</Telefono>
  </ProveedorEnt>
</ArrayOfProveedorEnt>